-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 15w44a
-
None
-
Windows 8, Java (build 1.8.0_40-b25)
-
Unconfirmed
Procedure:
fill ~ ~ ~ ~ ~ ~ command_block 0 replace air
Expected:
The placement of a command block at player's position.
Results:
No blocks are placed and an error message : Data tag parsing failed: Invalid tag encountered, expected '{' as first char.
Additional information
When executed as: /fill ~ ~ ~ ~ ~ ~ minecraft:command_block 0 0 {} replace air it even spells the error message wrongly (misses the last character) : _Data tag parsing failed: Unable to locate name/value separator for string: } replace ai.
[x] It works only if not replacing : fill ~ ~ ~ ~ ~ ~ command_block 0
Applying fill on large areas to replicate data blocks is an important feature.
- duplicates
-
MC-61864 /fill x1 y1 z1 x2 y2 z2 [tile entity] replace [block] gives parse error
- Resolved