-
Bug
-
Resolution: Fixed
-
1.16.2
-
None
-
Plausible
-
Crash, Custom Worlds
-
Very Important
The following template pool will crash the game.
{ "name": "foo", "fallback": "minecraft:empty", "elements": [ { "weight": 1, "element": { "element_type": "minecraft:single_pool_element", "projection": "terrain_matching", "location": "bar" } } ] }
The solution is to add "processors": "minecraft:empty" inside the element. Either this should be checked when parsing the file, or the property should be optional.