-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c7d533
commit 5440816
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |