Skip to content

Commit

Permalink
3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZZank committed Jun 17, 2024
1 parent 5690db6 commit 3c6a947
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Rhizo 3.0 -> 3.1(beta)

API update

- more internal members are exposed now
- typing annotations like JSInfo are accessible at runtime now
- a new annotation `RemapPrefixForJS` is added for class level prefix-based remapping
- devs can now attach custom properties to a Context

---

## Rhizo 2.2 -> 3.0

Enum++ & Full Remapper
Expand All @@ -8,7 +19,7 @@ Enum++ & Full Remapper
- Note: name should be in lower case
- Full Remapper
- Remapper is now rewritten, providing more complete and accurate remapping for methods and fields.
- Because of this, remapping on Forge no longer fully relies on an unusual uniqueness, and remapping for Fabric is now actually working.
- Because of this, remapping on Forge no longer fully relies on an unusual uniqueness, and remapping for Fabric is now actually working.
- Note: the remapping file now uses a new storage format, that will make Rhizo jar bigger.
- It has been 4 months since the first attempt of bringing remapper to 1.16, and it turns out the first 3 months are completely useless, because writing a new Remapper solution from the ground up is actually faster.
- Rhizo will now provide a dummy mod with modid `rhizo`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.caching=true

mod_id=rhino
mod_name=Rhizo
mod_version=3.0
mod_version=3.1
mod_package=dev.latvian.mods
mod_author=ZZZank&LatvianModder

Expand Down

0 comments on commit 3c6a947

Please sign in to comment.