promotional bannermobile promotional banner

IItem Renderer Reborn

IItemRender Mod brings back the IItemRenderer interface and RenderItem to newer versions

File Details

IItemRenderer-Reborn-pre-7.1.jar

  • R
  • Oct 23, 2024
  • 42.60 KB
  • 2.6K
  • 1.12.2
  • Forge

File Name

IItemRenderer-Reborn-pre-7.1.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:iitemrenderer-reborn-314995:5836038")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Fixed isRunning boolean under certain conditions returning false when it was still indeed running.
  • Fixed Incompatibility with broken renderer mods that does weird and unexpected things

Note to Programmers Using this Library:

  • Transforms do not get applied to an IBakedModel if the Item has an IItemRenderer. Else Transforms get applied before your IItemRenderer even fires. The rest of the rules should still apply.
  • This update contains breaking changes that were required to remain 100% compatible with other renderer mods