Rename mod from Tutorial Mod to Nugget Mod and update related configurations
This commit is contained in:
@@ -42,9 +42,9 @@ mapping_version=2024.07.28-1.21
|
||||
|
||||
# The unique mod identifier for the mod. Must be lowercase in English locale. Must fit the regex [a-z][a-z0-9_]{1,63}
|
||||
# Must match the String constant located in the main mod class annotated with @Mod.
|
||||
mod_id=tutorialmod
|
||||
mod_id=nuggetmod
|
||||
# The human-readable display name for the mod.
|
||||
mod_name=Tutorial Mod
|
||||
mod_name=Nugget Mod
|
||||
# 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/
|
||||
@@ -52,8 +52,8 @@ mod_version=1.0.0
|
||||
# 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=xyz.sillyangel.tutorialmod
|
||||
mod_group_id=xyz.sillyangel.nugget
|
||||
# The authors of the mod. This is a simple text string that is used for display purposes in the mod list.
|
||||
mod_authors=sillyangel
|
||||
# The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.
|
||||
mod_description=A Tutorial Mod
|
||||
mod_description=gedagedigedagedago
|
||||
Reference in New Issue
Block a user