Rhino

A fork of Mozilla's Rhino library, modified for use in mods

File Details

rhino-1605.1.1-build.10.jar

  • R
  • Jun 10, 2021
  • 938.09 KB
  • 10.0K
  • 1.17+7
  • Forge + 1

File Name

rhino-1605.1.1-build.10.jar

Supported Versions

  • 1.17
  • 1.16.5
  • 1.16.4
  • 1.16.3
  • 1.16.2
  • 1.16.1
  • 1.15.2
  • 1.14.4

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:rhino-416294:3347058")

Fabric

modImplementation "curse.maven:rhino-416294:3347058"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Removed xml packages - LatvianModder
  • Fixed SpecialEquality, Added Wrapper.unwrapped(object) - LatvianModder
  • Removed optimizer package. Might have to revert this - LatvianModder
  • Added SpecialEquality interface, still not entirely implemented. Fixed type wrappers being ignored by lambdas - LatvianModder
  • Fixed test crashing - LatvianModder
  • Fixed rhino changing final fields or not changing them silently, it will throw error now instead - LatvianModder
  • Changed namespace and path to no longer need () - LatvianModder
  • Added string.namespace() and string.path() to make ResourceLocation support easier - LatvianModder
  • Fixed TypeWrappers with beans and fields - LatvianModder
  • Add 1.17 to supported versions on CF - Max