TerraformersMC / Terrestria

A Fabric mod enhancing the detail of Minecraft with unique and vibrant biomes. Inspired by ExtrabiomesXL.
https://www.curseforge.com/minecraft/mc-mods/terrestria
GNU Lesser General Public License v3.0
199 stars 43 forks source link

Fix break particles on andisol grass and small oak logs #213

Closed coderbot16 closed 3 years ago

coderbot16 commented 3 years ago

Minecraft hardcodes it so that break particles from GRASS_BLOCK are not tinted with the color returned from BlockColors. This prevents the particles (which are in actuality, the same as dirt particles) from being colored with the grass color.

This PR ensures that the same happens for andisol grass and small oak logs.

Fixes #149