Rhizo

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

File Details

3.6.2 Forge: Concurrency Fix

  • R
  • Mar 1, 2025
  • 1.74 MB
  • 105
  • 1.16.5
  • Forge

File Name

Rhizo-forge-3.6.2.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Rhizo 3.6.1 -> 3.6.2

Concurrency fix

  • fixed a concurrency issue from Rhino, which is very likely to happen when events available for both client and server are posted
  • Rhizo will now try to pass the exact chosen context to JS codes when there are multiple contexts present
  • fixed a type wrapper bug where if type wrapper for fundamental types are present, type wrapping from Rhino itself stops working. Lat fixed this by not registering such type wrapper in KubeJS, but KubeJS for 1.16 is dead, so I have to fix it myself
  • fixed a memory leaking issue in JavaMembers
  • (For developer) new typing annotation ReturnsSelf