Config not applying when Halogen is installed
StrangerSon71 opened this issue · 20 comments
A Creeper explosion destroyed blocks without spawning creepies
Config:[entities]
[entities.creepers]
"Creepers drop Creeper Spores after they die from an explosion" = true
"Creepie explosions destroy blocks" = true
"Creeper explosions spawn creepies" = true
"Creeper explosions destroy blocks" = false
[entities.illagers]
#Illagers with banners will no longer give Bad Omen when you kill them
#Instead, you will have to place and burn the banner that they drop with flint and steel or a fire charge
"Illagers no longer give Bad Omen when killed" = true
Yes, a persistent problem since this was opened despite being on the latest version.
Please fix this on the 1.16.5 version and not just 1.17.1, I feel like this is a rather high priority bug.
I can't reproduce this on the latest version. Can you post the latest.log
and debug.log
files after a creeper explodes in a world?
I can't reproduce this individually either, it's probably a compatibility issue.
I can't show the debug.log due to character limits on both github and pastebin.
Here is a segment of the latest.log that had a creeper explosion:
https://pastebin.com/BViAJNUB
Here is a segment of the latest.log that had a creeper explosion:
https://pastebin.com/BViAJNUB
There's nothing referring to creepers here. Could you try leaving the world right after a creeper explodes and then copying the last 200 lines or so?
Also, considering this is a compatability issue, could you list what mods you were using when this happened?
Modlist is that of Strangely Modded modpack, either I can list that here or you can check the relations on CurseForge
That’s pretty much what I did, I might be able to try again better.
Ah, in that case it's probably not an error, but another mod returning the explosion event. I guess i'll just look through the list to find it 😅
I found a sodium reforge or halogen bug (Did they change the name?) bug with the savage and ravage mod which makes the creppers destroy blocks setting not applied
I found a sodium reforge or halogen bug (Did they change the name?) bug with the savage and ravage mod which makes the creppers destroy blocks setting not applied
Thanks for finding it !!
Looks like there was already an issue on the Halogen github. They closed it by disabling Lithium's mixins by default, so i guess Strangely Modded enabled that.