BUG - Inventory Totem not working with Custom Model Data
spocane opened this issue · 2 comments
Information
Minecraft version: 1.20.4
Modloader: Fabric
Fabric loader version: 0.15.10
Environment: Singleplayer / Multiplayer
Mod name: Inventory Totem
Mod version: inventorytotem-1.20.4-3.2
Description
When using Custom Model Data on a Totem of Undying, and a Totem Pops, it only uses the default texture of the Totem of Undying on the splash screen. If you hold the Totem in your hand or off hand it works as expected with the Custom Model Data texture, but not if anywhere in your inventory.
In Minecraft 1.20.4 and earlier, run this command: give @s minecraft:totem_of_undying{CustomModelData:1}
In Minecraft 1.20.5, instead run this command: give @s minecraft:totem_of_undying[minecraft:custom_model_data=1]
In both cases, replace the 1 with the number corresponding to the custom model you want.