The Vegan Option

The Vegan Option

53.9k Downloads

Fix soap clearing potion effects that it shouldn't

squeek502 opened this issue ยท 0 comments

commented

As suggested by /u/BluSunrize on Reddit. Would also fix the "soap can clear warp-related effects from Thaumcraft" part of #18

In other words, how could Thaumic Tinkerer fix this problem?


By checking if the list for healing items is empty or even just isn't milk. If it is, the effect is probably not meant to be healed.


Ah, alright, so loop through the active potion effects and only remove those that satisfy effect.getCurativeItems().length > 0? Doesn't sound like a bad way of doing it.