theRookieCoder / SnowyLeavesPlus

When it is snowing, leaves will slowly turn white, and when it is not, they will turn back to normal
https://modrinth.com/mod/snowyleavesplus
Mozilla Public License 2.0
12 stars 3 forks source link

Add class check to LeavesBlockMixin #6

Closed samedifferent closed 2 years ago

samedifferent commented 2 years ago

I added a class check to your mixin to prevent crashes when other mods add their own leaves that extend LeavesBlock. Fixes this issue: https://github.com/samedifferent/Ecologics/issues/64

theRookieCoder commented 2 years ago

Thank you so much for the fix, I really appreciate it!