Skip to content

Commit

Permalink
3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZZank committed Jun 1, 2024
1 parent a5da916 commit 23ae915
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## Rhizo 2.2 -> 3.0

Enum++ & Full Remapper

- Enum Type Wrapper
- now you can access enum values by their names or indexes.
- E.g. `Direction.EAST` can be accessed via `"east"`
- 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.
- 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 2.1 -> 2.2

Early Remapper

- Remapper is now enabled before KubeJS startup script is loaded, so that names used in startup scripts can also be remapped.

## Rhizo 2.0 -> 2.1

Compiler Mode
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=2.2
mod_version=3.0
mod_package=dev.latvian.mods
mod_author=ZZZank&LatvianModder

Expand Down

0 comments on commit 23ae915

Please sign in to comment.