Explosions causing non-critical crashes
raindropworks opened this issue ยท 1 comments
Minecraft Version:
1.12.2
Forge Version:
14.23.5.2847
ChanceCubes Version:
5.0.2.345
The Issue:
Monitor server logs on server start
Origin:
https://www.curseforge.com/minecraft/modpacks/life-in-the-village
Verified version using Curseforge
Logs:
https://paste.dimdev.org/kacoguxuxi.mccrash
Similar issues have been noticed on the LITV modpack issues page here
https://www.curseforge.com/minecraft/modpacks/life-in-the-village/issues/118
At first I thought it was due to Sound Filter's mod, which I commented on a bug report of there's for similar crashes
https://www.curseforge.com/minecraft/mc-mods/sound-filters/issues/7
But on the last server start, I just happened to catch this line in the server log:
[18:16:02] [Server thread/WARN] [chancecubes]: A new sound was added after the sounds were registered and therefore the new sound could not be added!
[18:16:02] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix minecraft
for name entity.generic.explode
, expected chancecubes
. This could be a intended override, but in most cases indicates a broken mod.
Almost seems like a mod load order issue, that chance cubes is loading too late?