KnightMiner / Inspirations

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

Missing textures for Enlightened Bushes counterparts from Forestry #57

Closed Snownee closed 4 years ago

Snownee commented 6 years ago

image Forge 2708

KnightMiner commented 6 years ago

I'm pretty sure those leaves use NBT to determine the texture, which is not something I can easily check for. Unfortunately, there is no easy way to detect which blocks have such a requirement.

Charnuz commented 5 years ago

I have come across this issue as well. However, it behaves somewhat strange. The texture starts working after you place the matching Forestry leaf block in the world.

Have not tested behavior for reloading the world/restarting the game.

Before placing: before_place_item before_place_world

After placing: after_place_item after_place_world

KnightMiner commented 4 years ago

Same as #28, I am closing this as I do not plan to handle NBT for textures.