![Tinkers' Steelworks (fork)](https://media.forgecdn.net/avatars/thumbnails/21/776/256/256/635732386455948870.png)
[Not that important] Molten Limestone death message
elifoster opened this issue ยท 6 comments
You may want to add a custom death message, because right now, when you die from Molten Limestone, it says the player swam in lava, which is untrue
It will not be easy to change that.
The lava death message is managed at entity side, not at lava side.
I have created a new Death Message for the molten limestone but I didn't find where to attach it the molten limestone fluid so far
I don't think it's possible, as wisthy said the effects lava has on entities are managed by the entities (great job there mojang, really) so we can't change the damage type.
Otherwise it would be as easy as writing that line of code https://github.com/Ephys/Omnifluids/blob/cbb73ba5c9fbe9c5d368e6d0324bf033808ab4fd/src/main/java/nf/fr/ephys/omnifluids/common/compatibility/FluidEffectAcid.java#L24