From da7bc47e29d20bc4bd208d7714f877c385665146 Mon Sep 17 00:00:00 2001 From: Zontreck Date: Wed, 14 Feb 2024 15:17:41 -0700 Subject: [PATCH] Update the build, something went wrong? --- gradle.properties | 4 ++-- src/main/resources/pack.mcmeta | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 46d9712..12bdeb2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -49,11 +49,11 @@ mapping_version=1.20.1 # Must match the String constant located in the main mod class annotated with @Mod. mod_id=libzontreck # The human-readable display name for the mod. -mod_name=Zontreck Library Mod +mod_name=Zontreck's Library Mod # 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=1.10.021424.0400 +mod_version=1.10.021424.1517 # 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/pack.mcmeta b/src/main/resources/pack.mcmeta index a7d103a..7bcc5b9 100644 --- a/src/main/resources/pack.mcmeta +++ b/src/main/resources/pack.mcmeta @@ -4,5 +4,5 @@ "text": "${mod_id} resources" }, "pack_format": ${pack_format_number} -} + } } \ No newline at end of file