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 306aaca commit 5f1cd5e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod_id=integrateddynamics
mod_version=1.23.13
mod_version=1.23.14
minecraft_version=1.21.1
neoforge_version=21.1.2
parchment_version=2024.07.07
Expand Down
13 changes: 13 additions & 0 deletions resources/changelog/1.21.1-1.23.14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.25.1 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 5f1cd5e

Please sign in to comment.