From 578d9e9c3784fc1e44c25cfda11d0b3d3fc50c47 Mon Sep 17 00:00:00 2001 From: CodexAdrian <83074853+CodexAdrian@users.noreply.github.com> Date: Sat, 29 Jun 2024 13:24:33 -0400 Subject: [PATCH] Fix issue --- changelog.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 3782db7c..d00ba6ee 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,3 @@ -# 2.3.3 +# 2.3.4 -- Fix fluid interaction with items \ No newline at end of file +- Add some index safety checks to avoid crashes \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index bbdf6ba8..23a73263 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2G enabledPlatforms=fabric,forge -version=2.3.3 +version=2.3.4 group=earth.terrarium.botarium minecraftVersion=1.20.1