Started by
notsureofagood…
on
Topic category: Help with Minecraft modding (Java Edition)
To be more specific, id like to make leaves that have a certain fruit, and they would change textures as they grow, then, at the final state, you would be able to collect it and it would turn back into normal leaves.
You would either need to do a lot of messing around with custom coding, NBT tags, and blockstates; or just make multiple different versions of the block with different textures, and replace the block with the next version whenever the flowers grow. (Which has the added benefit of specifying different properties for different stages of the plant.) That's usually how I do crops.