Details
-
Type:
Bug
-
Status: Reopened
-
Resolution: Unresolved
-
Affects Version/s: 1.14.4, 1.16.2, 1.16.3
-
Fix Version/s: None
-
Labels:None
-
Confirmation Status:Confirmed
-
Category:World generation
Description
The bug
When two (or more) dungeons intersect each other it can happen that a chest generates at the location of a spawner. This causes the chest / spawner to become corrupted because the game places a mob spawner block with a chest block entity (can be verified using /data get).
This causes the following error and warning to appear in the log:
Failed to fetch mob spawner entity at (-1186, 17, -309) Block entity invalid: minecraft:chest @ fx{x=-1186, y=17, z=-309}
Example seeds and coordinates
Note: Due to world generation changes the following examples might not work anymore. In case no intersecting dungeons generate there anymore please do not claim that this issue is "fixed" if you cannot prove it.
Last tested in 1.16.2
Seed: 356317745171599556
/execute in minecraft:overworld run tp @s -1186.32 18.52 -308.62 -84.90 73.35
Last tested in 1.16.3
Seed: -397443552349737100
/execute in minecraft:overworld run tp @s 435.96 48.37 -117.43 61.20 45.60
Last tested in 1.16.3
Seed: 943861164873658153
/execute in minecraft:overworld run tp @s -1634.34 25.55 -3616.51 143.40 47.10
Attachments
Issue Links
- relates to
-
MC-199953 Spawner replaced with cobblestone in multi dungeon
- Resolved