From 52199320760f2dd743dbfeb93a5d533e08e2c36a Mon Sep 17 00:00:00 2001 From: Markil3 <75867393+Markil3@users.noreply.github.com> Date: Thu, 1 Apr 2021 13:09:55 -0600 Subject: [PATCH] Changes: + Adds the ability to determine whether hands and crosshairs disappear or not. This can be changed in the mod configuration. * Reduces the chance of the mod crashing the game for ordinary events (any errors will be reported to the console, though). Bug Fixes * Fixes crash when mounting boat or minecart (#1 thanks, @theFuzzyWarble!) --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index f18e8fd..c8482c7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,6 +10,6 @@ forge_version=26.0.63 # Mod Properties -mod_version = 1.0 +mod_version = 1.1 maven_group = markil3 -archives_base_name = immersive_hud \ No newline at end of file +archives_base_name = immersive_hud