Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZZank committed Apr 14, 2024
1 parent f7dd6f3 commit 20b5fba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# ProbeJS Legacy 3.1.0 -> 3.2.0

Rhizo(not typo) support

## What's new?

- Rhizo(not typo) support
- ProbeJS Legacy now supports Rhizo, which adds method/field remapper for 1.16.5
- With Rhizo, you can access methods/fields using readable MCP names like `getOpPermissionLevel()` instead of SRG names like `func_110455_j()`
- ProbeJS Legacy specially supports Rhizo's remapper, and can dump mapped MCP name for typing.
- If you're not using Rhizo, ProbeJS Legacy will automatically skip remapper accessing, so old Rhino is still compatible.
- ProbeJS Legacy will now walk type parameters of superclass/interfaces more completely.

---

# ProbeJS Legacy 3.0.1 -> 3.1.0

better type recognizing
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ loom.platform=forge
parchment_version=1.16.5:2022.03.06

# Mod Properties
mod_version=3.1.0
mod_version=3.2.0
maven_group=com.prunoideae
archives_base_name=probejs
mod_id=probejs
Expand Down

0 comments on commit 20b5fba

Please sign in to comment.