-
Bug
-
Resolution: Unresolved
-
None
-
1.19.2, 22w46a, 1.19.3, 1.19.4, 1.20.4, 23w51b
-
Confirmed
-
Commands, Structures
-
Normal
-
Platform
The Bug:
When saving ender dragons with structure blocks, ender dragons are saved nine times, which causes the ender dragon to be duplicated.
Steps to Reproduce:
- Download the provided structure block .nbt file that contains an empty structure that has one ender dragon within it. mc-257728.nbt
- Create a world and place the .nbt file into the generated\minecraft\structures folder.
- Place down a structure block with the appropriate data already inputted into it by using the command provided below.
/setblock ~1 ~ ~1 minecraft:structure_block{ignoreEntities:0b,mode:"LOAD",name:"minecraft:mc-257728",posX:1,posY:0,posZ:1,powered:0b,showboundingbox:1b,sizeX:29,sizeY:13,sizeZ:29}
- Open the structure block and click the "LOAD" button to load the structure.
- Take note as to whether or not structure blocks load 9 ender dragons despite only one being saved.
Observed Behavior:
Structure blocks load 9 ender dragons despite only one being saved.
Expected Behavior:
Structure blocks would load one ender dragon if only one has been saved.
- relates to
-
MC-146503 Ender dragon consists of 9 entities in total
- Resolved