Skip to content

Commit

Permalink
changed version range and mod authors
Browse files Browse the repository at this point in the history
  • Loading branch information
1foxy2 committed Jun 28, 2024
1 parent 445f804 commit 6c58b8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 6c58b8a

Please sign in to comment.