From 6c58b8a1624bc66857f340c4a8a920ce5fb8c4da Mon Sep 17 00:00:00 2001 From: Foxy Date: Fri, 28 Jun 2024 11:34:27 +0200 Subject: [PATCH] changed version range and mod authors --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 6106eb7..1840b54 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ minecraft_version=1.21 # The Minecraft version range can use any release version of Minecraft as bounds. # Snapshots, pre-releases, and release candidates are not guaranteed to sort properly # as they do not follow standard versioning conventions. -minecraft_version_range=[1.21,1.21.1) +minecraft_version_range=[1.21,) # The Neo version must agree with the Minecraft version to get a valid artifact neo_version=21.0.0-beta # The Neo version range can use any version of Neo as bounds @@ -32,12 +32,12 @@ mod_name=hd skin support # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=mit # The mod version. See https://semver.org/ -mod_version=21.0.0 +mod_version=21.0.1 # 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 mod_group_id=com.github.gravitlauncher.forge.hdskinsupport # The authors of the mod. This is a simple text string that is used for display purposes in the mod list. -mod_authors=foxy +mod_authors=foxy, dima_dencep, Gravita # The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list. mod_description=adds support to hdskins