Productive Bees Mod's added honey combs not all rending in drawers
rennsport opened this issue ยท 5 comments
Productive bees adds over 100 new honey combs to the game and not all of them are rendering (some are though). See attached screenshot. Two examples of combs not rendering are redstone comb and lapis comb.
Versions:
- Productive Bees: 1.18.2-0.9.1.5
- Functional Storage: 1.18.2-1.0.6
- Minecraft: 1.18.2
- Forge: 40.1.80
Additional notes:
- Using AllTheMods7 modpack
Where do you determine that they are using a block model? They use a custom model loader which makes an ItemMultiLayerBakedModel
Is there something I could do different in the loader for it to work in the drawers?
There's also an issue displaying some ChemLib items
https://github.com/SmashingMods/ChemLib/blob/1.18.x/src/generated/resources/assets/chemlib/models/item/yttrium.json
Looking at the PB item models it seems that they are using block models for just an item and not a block? I think it on their side
Might be fixed in #137
Backport soon