-
Bug
-
Resolution: Incomplete
-
None
-
Minecraft 15w35b
-
None
-
Windows 7 Home Premium 64-bit
Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
Using the new launcher that installs a "custom java" of sorts
-
Unconfirmed
I have chain command blocks connected to a repeating command block. One of them tests for a specific dropper under an item, and sets a score of to craft is that output is true (/stats block x y z set SuccessCount @a craft). Then I have a command that summons an armorstand (/execute @a[score_craft_min=1] ~ ~ ~ summon ArmorStand {---}). Then I have a command that teleports that armorstand to the item that finds the dropper. But the armorstand comes short from where it should be. When I reload the world, the armorstand, the armorstand is in the right spot.
I can't really explain why this happens, but I have provided two screenshots, one before world is reloaded and one after the world is reloaded,
Before world is reloaded = ArmorStand 1 block away from droppper
After world is reloaded = ArmorStand is ontop of dropper