Update the build, something went wrong?

This commit is contained in:
Zontreck 2024-02-14 15:17:41 -07:00
parent a488e0671f
commit da7bc47e29
2 changed files with 3 additions and 3 deletions

View file

@ -49,11 +49,11 @@ mapping_version=1.20.1
# Must match the String constant located in the main mod class annotated with @Mod. # Must match the String constant located in the main mod class annotated with @Mod.
mod_id=libzontreck mod_id=libzontreck
# The human-readable display name for the mod. # 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. # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=GPLv3 mod_license=GPLv3
# The mod version. See https://semver.org/ # 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. # 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. # This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html # See https://maven.apache.org/guides/mini/guide-naming-conventions.html

View file

@ -4,5 +4,5 @@
"text": "${mod_id} resources" "text": "${mod_id} resources"
}, },
"pack_format": ${pack_format_number} "pack_format": ${pack_format_number}
} }
} }