diff --git a/gradle.properties b/gradle.properties index 8b72366..07f8d8f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,18 +1,12 @@ -# gradle.properties file -- CHANGE THE VALUES STARTING WITH `mod_*` AND REMOVE THIS COMMENT. - -# Sets the name of your mod. -mod_name=ColorSaturation -# Sets the id of your mod that mod loaders use to recognize it. -mod_id=colorsaturation -# Sets the version of your mod. Make sure to update this when you make changes according to semver. -mod_version=1.0.0 -# Sets the name of the jar file that you put in your 'mods' folder. -mod_archives_name=ColorSaturation - # Gradle Configuration -- DO NOT TOUCH THESE VALUES. polyfrost.defaults.loom=3 org.gradle.daemon=true org.gradle.parallel=true org.gradle.configureoncommand=true org.gradle.parallel.threads=4 -org.gradle.jvmargs=-Xmx2G \ No newline at end of file +org.gradle.jvmargs=-Xmx2G + +mod.name=ColorSaturation +mod.id=colorsaturation +mod.version=1.0.0 +mod.group=org.polyfrost \ No newline at end of file