-
Bug
-
Resolution: Fixed
-
1.16.5, 21w18a
-
None
-
Confirmed
-
Crash
-
Very Important
The bug
If a block with no facing state (like quartz bricks) is added to #wall_corals block tag the game will crash when attempting to generate a coral reef.
Description: Feature placement
java.lang.IllegalArgumentException: Cannot set property cfb{name=facing, clazz=class gc, values=[north, south, west, east]} as it does not exist in Block{minecraft:quartz_bricks}
at cej.a(SourceFile:114)
at ciy.b(SourceFile:51)
at ciz.a(SourceFile:58)
at ciy.a(SourceFile:27)
at ciy.a(SourceFile:19)
at civ.a(SourceFile:55)
at cku.a(SourceFile:20)
at cku.a(SourceFile:11)
at civ.a(SourceFile:55)
at cjb.a(SourceFile:23)
...
Reproduction steps
- Add the attached datapack MC-224778.zip to a new world.
- Wait for the world to generate.
- If the game instantly crashes, that means that a warm ocean was right by the spawn point.
- If not, locate the biome and teleport to the coordinates it gives you.
/locatebiome minecraft:warm_ocean
The game crashes
- relates to
-
MC-194501 IllegalArgumentException (Cannot set property) when using a block without the "axis" property in fancy_tree_placer
- Resolved