Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Apr 14, 2024
1 parent 642667f commit 746a381
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mod_version=1.0.1
mod_version=1.0.2
minecraft_version=1.20.1
forge_version=47.0.1
cyclopscore_version=1.19.0-405
integrateddynamics_version=1.20.1-1.21.0-699
integrateddynamics_version=1.20.1-1.21.3-723
release_type=release
fingerprint=bd0353b3e8a2810d60dd584e256e364bc3bedd44

Expand Down
11 changes: 11 additions & 0 deletions resources/changelog/1.20.1-1.0.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.19.0 or higher.

Changes:
* Add script context to errors during translation

Fixes:
* Automatically invalidate network errors on script changes, Closes #5
* Don't hard-crash on unsupported conversions to NBT, Closes #8
* Fix missing type checking for script variables in aspects, Closes #9

2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Create scripts for handling operations in Integrated Dynamics.
[[dependencies.integratedscripting]]
modId="integrateddynamics"
mandatory=true
versionRange="[1.21.0,)"
versionRange="[1.21.3,)"
ordering="NONE"
side="BOTH"
[[dependencies.integratedscripting]]
Expand Down

0 comments on commit 746a381

Please sign in to comment.