From 95e30caaef92205bac929ab06b04ad29e2ea9360 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Mon, 3 Feb 2025 19:47:06 +0100 Subject: [PATCH] Bump mod version --- gradle.properties | 2 +- resources/changelog/1.20.1-1.19.6.txt | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 resources/changelog/1.20.1-1.19.6.txt diff --git a/gradle.properties b/gradle.properties index 6c895c5a87..031f29444e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/resources/changelog/1.20.1-1.19.6.txt b/resources/changelog/1.20.1-1.19.6.txt new file mode 100644 index 0000000000..f2f2126ed8 --- /dev/null +++ b/resources/changelog/1.20.1-1.19.6.txt @@ -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