From cf34c25c9bae099a51a1129d1713190d40be8e04 Mon Sep 17 00:00:00 2001 From: AzureZhen Date: Fri, 25 Feb 2022 00:27:58 -0500 Subject: [PATCH] v3.0.32 --- changelog.txt | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 6909ad1e0..0bb875c5a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -3.0.31 +3.0.32 - Updates Core -- Makes Entity, Projectiles and Geo Replaced main methods public. \ No newline at end of file +- Fixes ticking systems with Replay mod - Gecko \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 065e11324..d4daa6a40 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ loader_version=0.12.5 fabric_version=0.42.1+1.17 # Mod Properties -mod_version=3.0.31 +mod_version=3.0.32 maven_group=software.bernie.geckolib archives_base_name=geckolib-fabric-1.17 repsyUrl=https://repo.repsy.io/mvn/gandiber/geckolib \ No newline at end of file