mirror of
https://github.com/XevianLight/Aphelion.git
synced 2026-05-11 01:50:56 +01:00
Basic development
This commit is contained in:
@@ -26,9 +26,9 @@ loader_version_range=[1,)
|
||||
|
||||
# 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=extreme_rocketry
|
||||
mod_id=aphelion
|
||||
# The human-readable display name for the mod.
|
||||
mod_name=Extreme Rocketry
|
||||
mod_name=Aphelion
|
||||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||
mod_license=GNU GPLv3
|
||||
# The mod version. See https://semver.org/
|
||||
@@ -36,4 +36,4 @@ mod_version=0.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=net.xevianlight.extremerocketry
|
||||
mod_group_id=net.xevianlight.aphelion
|
||||
|
||||
Reference in New Issue
Block a user