-
-
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
3607362
commit 95e30ca
Showing
2 changed files
with
11 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.19.5 | ||
mod_version=1.19.6 | ||
minecraft_version=1.20.1 | ||
forge_version=47.0.1 | ||
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,10 @@ | ||
As always, don't forget to backup your world before updating! | ||
|
||
Fixes: | ||
* Fix items with empty fluid containers being stored inconsistently | ||
Items with empty fluid containers could be stored in two different ways. | ||
This change ensures that there is only a single canonical way to store | ||
them. | ||
This could cause issues with items from EvilCraft when attempting to | ||
autocraft them and getting them recognized by the system. | ||
Closes CyclopsMC/EvilCraft#1089 |