From 108220bedce91c4ac7ec251bafd842e69e43d4f9 Mon Sep 17 00:00:00 2001 From: Zontreck Date: Fri, 1 Mar 2024 04:07:01 -0700 Subject: [PATCH] Remove conflicting files, bump version --- gradle.properties | 2 +- .../resources/assets/ariasessentials/models/item/tiab.json | 6 ------ src/main/resources/pack.mcmeta | 4 ++-- 3 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 src/main/resources/assets/ariasessentials/models/item/tiab.json diff --git a/gradle.properties b/gradle.properties index 1973941..833ba23 100644 --- a/gradle.properties +++ b/gradle.properties @@ -48,7 +48,7 @@ mod_name=Aria's Essentials # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=GPLv3 # The mod version. See https://semver.org/ -mod_version=1201.2.030124.0305 +mod_version=1201.2.030124.0405 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html diff --git a/src/main/resources/assets/ariasessentials/models/item/tiab.json b/src/main/resources/assets/ariasessentials/models/item/tiab.json deleted file mode 100644 index 4103a7a..0000000 --- a/src/main/resources/assets/ariasessentials/models/item/tiab.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "ariasessentials:item/tiab" - } -} \ No newline at end of file diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta index 7a70269..69e7a59 100644 --- a/src/main/resources/pack.mcmeta +++ b/src/main/resources/pack.mcmeta @@ -3,6 +3,6 @@ "description": { "text": "${mod_id} resources" }, - "pack_format": ${pack_format_number} -} + "pack_format": 15 + } }