From f1ac99d34d181eedd8bebf22f411db049663ec88 Mon Sep 17 00:00:00 2001 From: "James (Jamalam)" Date: Wed, 3 Apr 2024 15:26:20 +0100 Subject: [PATCH] chore: beta 2 --- CHANGELOG.md | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 143439a..b05545f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ - Fix item rendering in hotbar being 1 pixel to the left - When moving to or from the belt where there is an empty slot to place the item you are moving, you will now move to that empty slot. +- New config option to move the location of the hotbar. ## **WARNING**: Utility Belt 2.0.0 is currently in a **BETA STATE**: backup your worlds and tread with caution! Please report any issues. diff --git a/gradle.properties b/gradle.properties index 65f348a..350cf0a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false org.gradle.parallel=true -version=2.0.0-beta.1+1.20.4 +version=2.0.0-beta.2+1.20.4 minecraft_version=1.20.4 branch=main group=io.github.jamalam360