Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Dec 6, 2024
1 parent 40f5f47 commit 1158e21
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
mod_id=integrateddynamics
mod_version=1.23.19
mod_version=1.24.0
minecraft_version=1.21.1
neoforge_version=21.1.2
parchment_version=2024.07.07
parchment_minecraft_version=1.21
cyclopscore_version=1.25.4-641
cyclopscore_version=1.25.5-643
integrateddynamicscompat_version=1.0.0-95
release_type=release
fingerprint=bd0353b3e8a2810d60dd584e256e364bc3bedd44
Expand Down
18 changes: 18 additions & 0 deletions resources/changelog/1.21.1-1.24.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.25.5 or higher.

Additions:
* Add dedicated REI support, Closes CyclopsMC/IntegratedDynamics#1348
* Restore Jade/Waila integration, Closes CyclopsMC/IntegratedDynamics#1413

Changes:
* Remove OnlyIn from appendHoverText and BlockCable

Fixes:
* Fix network elements not being removed when broken as non-player
This fixes exceptions and console spam when removing cables with commands.
Related to #443
* Fix server sometimes hanging after shutdown
Related to #1415
* Fix cable placement with commands initializing networks
This was broken since CyclopsMC/IntegratedTunnels#243
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Take full and automated control of your appliances.
[[dependencies.integrateddynamics]]
modId="cyclopscore"
type="required"
versionRange="[1.25.1,)"
versionRange="[1.25.5,)"
ordering="NONE"
side="BOTH"
[[dependencies.integrateddynamics]]
Expand Down

0 comments on commit 1158e21

Please sign in to comment.