-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 1.8.4
-
using cmd.exe and type java -version get
Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.
C:\Users\USER>java -version
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
C:\Users\USER>
------------------------------------------------------------------
Detail about computer (Control Panel\All Control Panel Items\Performance Information and Tools
and click View and print detailed performance and system information)get:
Component Details Subscore
Processor Intel(R) Core(TM) i7-3517U CPU @ 1.90GHz 7.1
Memory (RAM) 4.00 GB 5.9
Graphics Intel(R) HD Graphics 4000 4.8
Gaming graphics 1664 MB Total available graphics memory 6.5
Primary hard disk 88GB Free (295GB Total) 5.9
score
Base score : Determined by lowest subscore 4.8
Windows 8 Single Language
System
--------------------------------------------------------------------------------
Manufacturer ASUSTeK COMPUTER INC.
Model K46CM
Total amount of system memory 4.00 GB RAM
System type 64-bit operating system
Number of processor cores 2
Storage
--------------------------------------------------------------------------------
Total size of hard disk(s) 445 GB
Disk partition (C: ) 88 GB Free (295 GB Total)
Media drive (E: ) CD/DVD
Disk partition (H: ) 143 GB Free (150 GB Total)
Graphics
--------------------------------------------------------------------------------
Display adapter type Intel(R) HD Graphics 4000
Total available graphics memory 1664 MB
Dedicated graphics memory 32 MB
Dedicated system memory 0 MB
Shared system memory 1632 MB
Display adapter driver version 9.17.10.2828
Primary monitor resolution 1366x768
DirectX version DirectX 11 or better
Network
--------------------------------------------------------------------------------
Network Adapter Qualcomm Atheros AR9485WB-EG Wireless Network Adapter
Network Adapter Realtek PCIe GBE Family Controller
Network Adapter Microsoft Wi-Fi Direct Virtual Adapter
Network Adapter Bluetooth Device (Personal Area Network)
Network Adapter Microsoft Hosted Network Virtual Adapter
using cmd.exe and type java -version get Microsoft Windows [Version 6.2.9200] (c) 2012 Microsoft Corporation. All rights reserved. C:\Users\USER>java -version java version "1.8.0_31" Java(TM) SE Runtime Environment (build 1.8.0_31-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode) C:\Users\USER> ------------------------------------------------------------------ Detail about computer (Control Panel\All Control Panel Items\Performance Information and Tools and click View and print detailed performance and system information)get: Component Details Subscore Processor Intel(R) Core(TM) i7-3517U CPU @ 1.90GHz 7.1 Memory (RAM) 4.00 GB 5.9 Graphics Intel(R) HD Graphics 4000 4.8 Gaming graphics 1664 MB Total available graphics memory 6.5 Primary hard disk 88GB Free (295GB Total) 5.9 score Base score : Determined by lowest subscore 4.8 Windows 8 Single Language System -------------------------------------------------------------------------------- Manufacturer ASUSTeK COMPUTER INC. Model K46CM Total amount of system memory 4.00 GB RAM System type 64-bit operating system Number of processor cores 2 Storage -------------------------------------------------------------------------------- Total size of hard disk(s) 445 GB Disk partition (C: ) 88 GB Free (295 GB Total) Media drive (E: ) CD/DVD Disk partition (H: ) 143 GB Free (150 GB Total) Graphics -------------------------------------------------------------------------------- Display adapter type Intel(R) HD Graphics 4000 Total available graphics memory 1664 MB Dedicated graphics memory 32 MB Dedicated system memory 0 MB Shared system memory 1632 MB Display adapter driver version 9.17.10.2828 Primary monitor resolution 1366x768 DirectX version DirectX 11 or better Network -------------------------------------------------------------------------------- Network Adapter Qualcomm Atheros AR9485WB-EG Wireless Network Adapter Network Adapter Realtek PCIe GBE Family Controller Network Adapter Microsoft Wi-Fi Direct Virtual Adapter Network Adapter Bluetooth Device (Personal Area Network) Network Adapter Microsoft Hosted Network Virtual Adapter
-
Unconfirmed
-
Creative
using /blockdata command to set dispenser to have tnt amount to negative value will fire 1 tnt and set the amount of item to 0
(I'm not sure about other item fire out of dispenser , but this problem isfound when I want to use my trap)
What I expected to happen was...:
using /blockdata command to set dispenser to have tnt amount to negative value will continue to fire tnt and set the amount from item to -2,-3,-4,...
using /blockdata command to set dispenser to have tnt amount to negative value will fire 1 tnt and set the amount of item to 0
how to reproduce it:
step 1: make a new world (cheat is enabled!) or just use your world that have cheat enabled
step 2: set a dispenser
step 3: made a very fast clock and wire it to dispenser (not a command block clock one-that will be too fast so the dispenser can shoot once)
step 4: stop the clock
step 5: set on the dispenser and type following command
/blockdata ~ ~-1 ~ {Items:[0:
{slot:0b,id:"minecraft:tnt",Count:-1b}],id:"trap",Lock:""}
or just copy it from cmd.txt file (it's the command to set the tnt in 1st slot to -1 , I'm not sure about other slot)
step 6: start the clock and you will see the problems
test if it occur to all negative value :
in step 5 change command from
/blockdata ~ ~-1 ~ {Items:[0:
],id:"trap",Lock:""}
to
/blockdata ~ ~-1 ~ {Items:[0:
{slot:0b,id:"minecraft:tnt",Count:<other negative integer>b}],id:"trap",Lock:""}
(be sure to change the <other negative integer> to negative integer!)
or you can copy 2nd command from cmd2.txt
(again ,be sure to change the <other negative integer> to negative integer!)