-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.12.1
-
None
-
Java 1.8.0_131 under Ubuntu 17.04 64-bit
-
Community Consensus
The /fill command, when given a block type that has a block entity such as mob_spawner, expects parameter 9 to be the NBT data, even if parameter 8 is "replace". As such, the following command:
/fill ~-5 ~-5 ~-5 ~5 ~5 ~5 minecraft:mob_spawner 0 replace minecraft:mob_spawner 0 { Abbreviation: "really long JSON string" }
throws this error:
Data tag parsing failed: Expected '{' but got 'm' at: m<--[HERE]
- duplicates
-
MC-61864 /fill x1 y1 z1 x2 y2 z2 [tile entity] replace [block] gives parse error
- Resolved