P3pp3rF1y / Reliquary

The source code of Reliquary! That mod, with the magical swag, and a weapon, and stuff.
Other
44 stars 33 forks source link

[Suggestion/Compatibility] Interdiction torch exclusion list should be an entity tag #684

Open TheRealWormbo opened 5 months ago

TheRealWormbo commented 5 months ago

While there is nothing wrong with hard-coding certain exclusions (e.g. players, and anything that's neither a mob nor a projectile), having the exclusion list in a configuration entry makes it nearly impossible for other mods to opt out of the interdiction effect by default.

For example, Botania's mana bursts are projectiles and there are frequent questions why spreaders don't seem to fill mana pools. The root cause is almost always either Optifine (it just breaks things) or interdiction torches. It would be great if Botania could simply add its mana burst entity to a particular entity tag (e.g. something like #reliquary:interdiction_excluded) to have the two things "just work" together, out of the box.