KnightMiner / Inspirations

Mod adding various smaller features to Minecraft
MIT License
44 stars 18 forks source link

Use `Block::isLeaves` instead of `instanceof BlockLeaves` #120

Closed KnightMiner closed 5 years ago

KnightMiner commented 5 years ago

Former works better with mods that add leaves that don't extend BlockLeaves.

KnightMiner commented 5 years ago

Fixed in 0.2.5