When a fill command is entered into a command block and executed successfully, it is not giving a redstone output. I presumed the fill command was intended to be a large-scale setblock command, which does give a signal.
Comments 9
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)
This ticket is looking related to MC-48449, the issue is not Fill and Setblock commands not functioning correctly it's more Execute fill does not update comparator output
My mistake, had another bug in here but removed and out in a different thread.. Forgot to update title
Is this still a concern in the current Minecraft version? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases. If this has been done, we can reopen the issue.
Keep in mind that the "Resolved"-Status on this ticket just means "Answered", and that we are waiting for further information on whether this issue still exists or not. We will reopen it as soon as the requested information has been delivered.
unable to reproduce paste the exact command you used