Skip to content

Commit

Permalink
3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZZank committed Dec 15, 2024
1 parent 6ed1261 commit 790754b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## Rhizo 3.4 -> 3.5

Fix method invoke & Type consolidating

- fix invoking of native java method
- ReflectASM is more buggy than expected, so it's now removed, fixing some method invoking problem
- type consolidating
- variable types in native java method can now be consolidated so that type wrapper can be applied to them
- for example method `compare(another: T): bool` for `Comparable<T>`, where the type `T` can be consolidated
- fix type wrapper for wrapping JS function to Java interface when there are overloaded methods
- for example `create(id: string, type: string): Builder` and `create(id: string, modifier: Consumer<Builder>): void`

---

## Rhizo 3.3 -> 3.4

Generics & Better logging
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ enabled_platforms=fabric,forge

mod_id=rhino
mod_name=Rhizo
mod_version=3.4
mod_version=3.5
mod_package=dev.latvian.mods
mod_author=ZZZank&LatvianModder

Expand Down

0 comments on commit 790754b

Please sign in to comment.