1.19.2 setup crash
Closed this issue ยท 1 comments
InControl (incontrol) ecnountered an error during the common_setup phase
java.lang.ExceptionInInitializerError: null
https://pastebin.com/xuPUhk13 (latest.log)
https://pastebin.com/mZhXS6jn (crash report)
contents of spawner.json:
[
{
"mob": "unusualprehistory:hwachavenator",
"persecond": 0.5,
"attempts": 20,
"amount": {
"minimum": 1,
"maximum": 1,
"groupdistance": 3
},
"conditions": {
"dimension": "minecraft:overworld",
"inwater": false,
"mindist": 5,
"maxdist": 20,
"minheight": 45,
"maxheight": 175,
"maxthis": 20
}
}
]
Contents of spawn.json:
{
"mob": "unusualprehistory:hwachavenator",
"dimension": "minecraft:overworld",
"biome": ["minecraft:savanna", "minecraft:savanna_plateau", "minecraft:windswept_savanna"],
"result": "default"
},
{
"mob": "unusualprehistory:hwachavenator",
"result": "deny"
}
]