promotional bannermobile promotional banner

Custom Item Model

Now support custom models & animations for items

File Details

CIM | Fabric | 1.21.1 | 0.1.0

  • B
  • Dec 24, 2025
  • 277.20 KB
  • 46
  • 1.21.1
  • Fabric

File Name

CIM-1.21.1-fabric-0.1.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:custom-item-model-1412435:7372511"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fixed:

  • Crash of the game due to an error in the Mixin (MixinItemRenderer.java)
    • I used a strict comparison and missed that the given one could be null.
  • Crash of the game due to an error in the Mixin (MixinItemEntityRenderer.java)
    • I did not filter the items that should and should not have been touched.