Insane96 / IguanaTweaksReborn

Repository for ported and maintained version of IguanaTweaks
https://www.curseforge.com/minecraft/mc-mods/iguanatweaks-reborn
13 stars 12 forks source link

Incompatibility with FTB Chunks explosion protection #250

Open desht opened 1 year ago

desht commented 1 year ago

Not following this guidline will result in ignored and closed issue.
Please make sure you're using the latest versions before sending a report.

Versions:

What Happens:
The explosion overhaul feature in IT Reborn breaks FTB Chunks explosion protection. FTB Chunks works by removing protected blocks from the Explosion#toBlow list, but from my perusal of the source code for IT Reborn (ITExplosion#gatherAffectedBlocks), it does its own calculation of which blocks should be affected, basically negating any attempt by mods to protect blocks. It should honour the value of the Explosion#getToBlow() method.

//Please send logs even if you don't have any crash
//Use Gist or Pastebin
Logs / Crash reports:
n/a //If different from default Config:
n/a

Can be reproduced with a minimal set of mods? (IguanaTweaks Reborn + InsaneLib + e.g. Quark)?:
Yes

Insane96 commented 1 year ago

I'll see what I can do

Insane96 commented 3 weeks ago

Does this still happen in the latest version?