BetterEnd leaves not bushy anymore
lxly9 opened this issue · 4 comments
Yes, as the title says.
It would be a pretty great addition if you could add to the models to render as normal blocks in the inventory, as the leaf block's bushes collide with other items in inventory mods such as EMI or REI. Furthermore after checking the files, it appears some leaf blocks don't even have models, yet they still display bushier leaves but are missing these in the inventory (Blighted Balsa from Biome Makeover DOES have models but no lbushes in the inventory, the other Biome Makeover leaves DO NOT have models yet they still possess bushes.)
Better End leaves DO NOT have bushier leaves even though they have models (not all of them do though, only 3). They also DO NOT render in the inventory.
These inconsistencies really mess with parity in modpacks and especially in the one I'm currently deving.
Wouldn’t you in theory be able to make a leaf_block.json file which would be referenced as the blockitem model? Or is that not possible?
These inconsistencies happen when mods don't use Minecraft's "leaves.json" model as the parent model for their leaves.
Better Leaves includes a custom leaves.json model in order to support mods that don't have official support.
As a consequence, models that have it as the parent model will also be bushy in the inventory.
There's not much I can do about it, as this current solution allows for the widest compatibility.
As for the BetterEnd leaves, I added support for them, but maybe an update broke them, I'll look into that.
That is possible, but would have to be done for every single leaf form every single mod individually.