Functional Storage

Functional Storage

24M Downloads

Productive Bees Mod's added honey combs not all rending in drawers

rennsport opened this issue ยท 5 comments

commented

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

Screen Shot 2022-10-06 at 10 45 35 AM

commented

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?

https://github.com/JDKDigital/productive-bees/blob/dev-1.18.2/src/main/resources/assets/productivebees/models/item/honeycomb_base.json

https://github.com/JDKDigital/productive-bees/blob/dev-1.18.2/src/main/java/cy/jdkdigital/productivebees/client/model/CombModel.java

commented

Reopening to check it out later

commented

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

commented

Might be fixed in #137
Backport soon