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