
[1.20.1, Forge] Crash when adding feature
Astral-Haze opened this issue ยท 6 comments
So originally i was doing this with other mods but basically I can't seem to add features to biomes. I can remove them but I've made the following to test with as few mods as possible:
{
"predicate": {
"type": "lithostitched:true"
},
"type": "lithostitched:add_features",
"biomes": [
"minecraft:plains",
"minecraft:savanna"
],
"features": "minecraft:trees_jungle",
"step": "vegetal_decoration"
}
This results in the game crashing when it tries to generate chunks (creating a world or moving around in one)
Mods list:
Architectury 9.2.14
Lithostitched 1.4
KubeJS 2001.6.5-build.16
Rhino 2001.2.3-build.10
I am able to add features by copying biomes out of a mod's jar and editing the biome's json file individually, but not via lithostitched
if it matters, I am using the minecraft\kubejs\data folder, maybe there is an incompatibility with that so I'm going to try figure out other means of loading the changes to see if that changes anything
I tried with global packs and it didn't crash, but also didn't work either, but then using forge:add_features and changing the lithostitched folder name to forge that works and gets features to place