Details
-
Type:
Bug
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: 1.16.2
-
Fix Version/s: None
-
Labels:None
-
Confirmation Status:Unconfirmed
-
Category:Crash
Description
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.