From bfc7f42c05f1f91840299f567d08d69757cdde9b Mon Sep 17 00:00:00 2001 From: BVengo Date: Thu, 11 Jul 2024 19:42:17 +1000 Subject: [PATCH] Updated mod version --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- src/main/resources/simpleshulkerpreview.mixins.json | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 33f3748..8cd053a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1G # Mod Properties -mod_version = 2.4.3 +mod_version = 2.4.4 maven_group = com.bvengo archives_base_name = simpleshulkerpreview diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f87daa0..a3c87c4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "simpleshulkerpreview", - "version": "2.4.3", + "version": "2.4.4", "icon": "assets/simpleshulkerpreview/icon.png", "name": "Simple Shulker Preview", "description": "Display a configurable icon indicating the contents of a shulker box, as well as a capacity bar.", diff --git a/src/main/resources/simpleshulkerpreview.mixins.json b/src/main/resources/simpleshulkerpreview.mixins.json index 4af8544..17b6f0d 100644 --- a/src/main/resources/simpleshulkerpreview.mixins.json +++ b/src/main/resources/simpleshulkerpreview.mixins.json @@ -3,8 +3,6 @@ "minVersion": "0.8", "package": "com.bvengo.simpleshulkerpreview.mixin", "compatibilityLevel": "JAVA_17", - "mixins": [ - ], "client": [ "DrawContextMixin" ],