Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jun 26, 2022
1 parent 5c7d533 commit 5440816
Show file tree
Hide file tree
Showing 2 changed files with 19 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.15.0
mod_version=1.16.0
minecraft_version=1.19
forge_version=41.0.35
release_type=release
Expand Down
18 changes: 18 additions & 0 deletions resources/changelog/1.19-1.16.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!

Additions:
* Restore Structure configs

Changes:
* Use RandomSource in ParticleDropBlockComponent
* Use RandomSource in WeightedItemStack
* Update to new FluidTypes
* Register recipe types to forge registry
* Use RandomSource in models

Fixes:
* Increase timeout limit of dev world discovery
* Fix fluid tanks not resetting color after render
* Fix recipe type interaction issues
* Fix ID Energy Battery causing overflows
Closes CyclopsMC/IntegratedDynamics#1179

0 comments on commit 5440816

Please sign in to comment.