From f91e747eae0b044fa59120c93ef49db1c94f0590 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Wed, 8 Jan 2025 17:28:01 +0100 Subject: [PATCH] Bump mod version --- gradle.properties | 2 +- resources/changelog/1.21.1-1.8.32.txt | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 resources/changelog/1.21.1-1.8.32.txt diff --git a/gradle.properties b/gradle.properties index 1115194d..b7dd1827 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project -mod_version=1.8.31 +mod_version=1.8.32 group=org.cyclops.integratedtunnels java_version=21 diff --git a/resources/changelog/1.21.1-1.8.32.txt b/resources/changelog/1.21.1-1.8.32.txt new file mode 100644 index 00000000..aee0fd68 --- /dev/null +++ b/resources/changelog/1.21.1-1.8.32.txt @@ -0,0 +1,11 @@ +As always, don't forget to backup your world before updating! +Requires CyclopsCore version 1.25.5 or higher. + +Fixes: +* Fix chained world block exporter/exporter not able to work every tick + This is done by making the exporter/importer sleep optimization only + take effect if these parts were unable to move anything for at least + three ticks. + Closes #319 +* Disallow Player Simulator from sleeping in beds, Closes CyclopsMC/IntegratedDynamics/issues/1454 +* Fix player simulator not ticking fast enough with snowballs, #319