From 20608cef2665bc389e853e82d525c546a3a2022c Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Sun, 1 Sep 2024 17:31:39 +0200 Subject: [PATCH] Bump mod version --- gradle.properties | 2 +- resources/changelog/1.21.1-1.21.1.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 resources/changelog/1.21.1-1.21.1.txt diff --git a/gradle.properties b/gradle.properties index a436ece63a..65b2704800 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project -mod_version=1.21.0 +mod_version=1.21.1 group=org.cyclops.cyclopscore java_version=21 diff --git a/resources/changelog/1.21.1-1.21.1.txt b/resources/changelog/1.21.1-1.21.1.txt new file mode 100644 index 0000000000..c7bd9a04f8 --- /dev/null +++ b/resources/changelog/1.21.1-1.21.1.txt @@ -0,0 +1,8 @@ +As always, don't forget to backup your world before updating! + +Fixes: +* Fix config dictionary not being fully populated + This could cause mods with infobooks still depending on the old configs + API to miss many book entries. + Closes CyclopsMC/EvilCraft#1055 +