Raindrop particles aren't showing up when played with Tough as Nails
Dune-Jumper opened this issue ยท 3 comments
If you have Weather2 and Tough as Nails, the falling rain particles aren't there. Splashes on the ground are still visible though.
Did some digging, its due to how they modify the isRainingAt method https://github.com/Glitchfiend/ToughAsNails/blob/TAN-1.9.4-1.0.0/src/main/java/toughasnails/asm/transformer/WorldTransformer.java#L114
Seems like more of a need for me to support their API, not a quick bugfix.
Fixed a211d0d