Crash on load [Sky Factory 4 modpack]
DeltaWild opened this issue ยท 6 comments
Crash on finalization in Sky Factory 4 version 4.0.8. Modpack loaded via Twitch (up-to-date), Forge version 14.23.5.2838, MC version 1.12.2.
Modpack loaded fine until I disabled BouncyCreepers mod. Removed related mob from spawn.json. All JSON files validated after mob removal. InControl version is 3.9.13.
Pastebin of crash log: https://pastebin.com/Rk84dB8Q
Sorry it took me a bit, busy weekend. Dropbox link to all files in /config/InControl: https://www.dropbox.com/sh/2rc2m1d2ffaipuq/AACOs2CCyKKm6LiC1A3Yj_uWa?dl=0
From your crash report, it seems you've updated In Control from what is included in SF4 (3.9.10 -> 3.9.13).
Changes to mincount syntax causes this crash.
"mincount": "18,Blaze",
The above syntax is seemingly no longer supported and needs updating to the following form:
"mincount": {
"amount": 18,
"mob": "minecraft:blaze"
},
I also cannot play sf4 while using the mod
@JesseGuerrero and anyone else who arrives here in future regarding SF4: Please post a more complete description of your issue on the SkyFactory 4 issue tracker: https://github.com/DarkPacks/SkyFactory-4/issues/new/choose