Rhizo

Continuation of Rhino 1.16.5, with performance improvement, bugfixes, and, REMAPPER

File Details

Rhizo-3.6.5-forge.jar

  • R
  • Mar 27, 2025
  • 1.78 MB
  • 1.5K
  • 1.16.5
  • Forge

File Name

Rhizo-3.6.5-forge.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:rhizo-1003287:6354880")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Rhizo 3.6.4 -> 3.6.5

  • fixed a bug introduced by concurrent context fix in 3.6.4

Rhizo 3.6.3 -> 3.6.4

More fixes

  • restored old Rhino NBT handling that will provide proxy for NBT interface
    • It's absolutely bad programming practise, but backward compat
  • removed explicit class wrapping, added ClassWrapper for those in need of static method access
  • fixed another concurrent issue when multiple threads request the same Context
  • fixed some delete calling in compiler mode
  • fixed Nullish Coalescing in compile mode
  • (dev) added Deprecated annotations to deprecated members
  • optimized java type actions a bit