cannot replace block with comparators
when you try to replace a specific block like redstone with sandstone it will work properly:
/fill ~ ~ ~ ~ ~ ~ minecraft:redstone_torch 4 replace minecraft:sandstone 0
the redstone torch ONLY replaces sandstone.
but if you try to do it with comparators like this:
/fill ~ ~ ~ ~ ~ ~ minecraft:unpowered_comparator 4 replace minecraft:sandstone 0
you will get an error saying it doesnt find brackets. so the correct way it doesnt give an error is like this:
/fill ~ ~ ~ ~ ~ ~ minecraft:unpowered_comparator 4 replace {} minecraft:sandstone 0
but then it ignores the sandstone and replaces any block
2016-03-24, 09:38 AM
2016-03-24, 11:17 AM
2016-03-24, 11:17 AM
0
4
-