Mod

Rhizo

Quick rating

Rhizo

No reviews yet

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

Mod Loaders
Forge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
Rhizo-3.6.5-fabric.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Rhizo

is an updated fork of Rhino, with new features and bugfixes implemented for originally EOL Rhino for 1.16.5.

What's new

  • Remapper support!
    • This allows accessing Java methods and fields using their recognizable MCP name instead of SRG name like func_12345_ab_
    • E.g.in KubeJS script, accessing getOpPermissionLevel() method from MinecraftServer class will require calling func_110455_j() instead, but with Rhizo, you can call getOpPermissionLevel() directly.
    • ProbeJS Legacy provides special support for remapped name in ProbeJS Legacy 3.2.0, so remapped name can be dumped to provide typing support.
    • Note that the original SRG name is intentionally hiddened for exposing remapped MCP name, so you might need to edit your script if you used SRG name(like func_12345_ab_) in your script.
  • Extended enum support
    • enum name and enum indexes can now replace enum itself in someMethodCall(enum) and someObj.someAttr = enum, allowing you to use enum without having to import it
    • special equality check for enum, for example enum == "some_enum_name" or enum == 1(enum index)
  • Better Java Generics support
    • this allows type wrapper to be functional in more cases
  • Function Rest Parameter support
    • declare function like this: function a(arg1, arg2, ...restParamHere) {} works now
  • you can iterate through Java Iterables (List for example) using JavaScript for..of loop
  • Optional Chaining operator (a ?. b)
  • Nullish Coalescing operator (a ?? b)
  • Rhizo now supports Object.entries(some_obj) and Object.values(some_obj).
  • Rhizo will retain its param name when compiling, so that you can see more than just type of parameters when working with Rhizo related types, if you have doc dumped by ProbeJS Legacy.
  • Fixed JSON generating for Iterable, so that when using JSON.stringfy() on an array or other iterable objects, all elements can be stringfied (instead of only the first one when using Rhino).

Rhizo is licensed under MPL-2.0.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~3,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync