mojira.dev

Rob Byrne

Assigned

No issues.

Reported

MC-64402 Redstone blocks placed using /setblock not firing dispensers Duplicate MC-62212 Stairs in villages all spawning under the same data value Duplicate MC-56484 Summoned Item Entities Cannot Be Picked up Duplicate MC-54396 Setblock command ignoring replace parameters Invalid MC-54395 Execute fill does not update comparator output Incomplete

Comments

World the bug is acting on attached. Required to summon an EnderCrystal on ground level (stone) and then walk through it. This will begin the chain reaction. Watch the redstone blocks that are placed beside the dispenser in the ground. they are not updating

My mistake, had another bug in here but removed and out in a different thread.. Forgot to update title

I was. I added a lamp after the comparator to make sure it wasn't working

Three command blocks in an arrow formation facing right or left (http://gyazo.com/d7b86faf2b1e7eed837bc2a0270504bb)

Top block: setblock ~ ~-1 ~ minecraft:air
Right block: /execute @p ~ ~-1 ~ fill ~ ~ ~ ~ ~ ~ slime 0 replace emerald_block
Bottom block: setblock ~ ~1 ~ minecraft:redstone_block 0 destroy

Comparator from right block, redstone block between top and bottom (creates a fast clock)