-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.11.2
-
None
-
PC: http://support.hp.com/us-en/document/c02481322 but with 16GB of ram, and a GTX 960.
I was running the game on my computer, connected to a server hosted on my computer using Mojang's vanilla server.
-
Unconfirmed
-
Creative
I tried to fill in an area to replace powered_comparator (non-subtraction mode) with powered_comparator (subtraction mode) using the command:
/fill x1 y1 z1 x2 y2 z2 minecraft:powered_comparator 4 replace minecraft:powered_comparator
But, I got the error message: Data tag phrasing failed: Invalid tag encountered, expected "{" as first char. So, I tried this command:
/fill x1 y1 z1 x2 y2 z2 minecraft:powered_comparator 4 replace {id:"minecraft:powered_comparator"}
That didn't give me an error message, but it did just fill the entire area instead of replacing the comparators.
This command works, though:
/fill x1 y1 z1 x2 y2 z2 minecraft:powered_comparator 4 replace [block not a comparator]
- duplicates
-
MC-61864 /fill x1 y1 z1 x2 y2 z2 [tile entity] replace [block] gives parse error
- Resolved