Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 30, 2024
1 parent d050530 commit c0d0d10
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod_version=1.23.7
mod_version=1.23.8
api_version=0.2.0
minecraft_version=1.19.2
forge_version=43.0.8
Expand Down
14 changes: 14 additions & 0 deletions resources/changelog/1.19.2-1.23.8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.18.2 or higher.

Fixes:
* Fix crash with complex Integrated Scripting functions in writers

Functions returning an any type could be inserted into writers such as
Integrated Tunnels exporters, and type checking would incorrectly pass.
This could result in crashes where an incorrect value cast would occur.
This commit makes it so that ANY types will have an additional type
check based on the actual determined value.

Closes CyclopsMC/IntegratedScripting#20

0 comments on commit c0d0d10

Please sign in to comment.