Rhino Wiki & Guide
The community wiki and guide for Rhino — recipes, items, tags and mechanics, kept current for every Minecraft version the mod supports.
About this mod
A fork of Mozilla's Rhino library, modified for use in mods. This library adds JavaScript engine Rhino that supports ES6 and doesn't depend on built-in Nashorn engine that got removed in Java 15.
This mod doesn't do anything on it's own, it's a library used by KubeJS.
Compatibility
Which Minecraft versions and mod loaders the mod supports.
| Loader | MC 26.1.2 | MC 26.1.1 | MC 26.1 | MC 1.21.11 | MC 1.21.10 | MC 1.21.9 | MC 1.21.8 | MC 1.21.7 | MC 1.21.6 | MC 1.21.5 | MC 1.21.4 | MC 1.21.3 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Fabric | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Forge | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Neoforge | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Quilt | — | — | — | — | — | — | — | — | — | — | — | — |
Recent updates
Latest releases with the author's changelog notes.
https://github.com/KubeJS-Mods/Rhino/commits/main
Note: This release is a major update to Rhino's internals and contains a bunch of new or fixed language features, including:
- Destructuring
const {a, b} = obj,const [x, y] = arr, defaults, nested patterns, destructuring incatch,forloops, and function parameters - Default parameters
function f(a, b = a * 2) - **Rest para
...
https://github.com/KubeJS-Mods/Rhino/commits/main
https://github.com/KubeJS-Mods/Rhino/commits/main
https://github.com/KubeJS-Mods/Rhino/commits/main
Changelog not available
Related mods
Mods in the same category as this one.
Developer resources
Version history
Rhino 2001.2.3-build.10+forge (MC 1.20.1) → 2101.2.8-build.91+Rhino-1.21 (MC 1.21.1): 0 recipes added · 0 recipes removed · 0 recipes updated.

