File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 1- # gradle.properties file -- CHANGE THE VALUES STARTING WITH `mod_*` AND REMOVE THIS COMMENT.
2-
3- # Sets the name of your mod.
4- mod_name =ColorSaturation
5- # Sets the id of your mod that mod loaders use to recognize it.
6- mod_id =colorsaturation
7- # Sets the version of your mod. Make sure to update this when you make changes according to semver.
8- mod_version =1.0.0
9- # Sets the name of the jar file that you put in your 'mods' folder.
10- mod_archives_name =ColorSaturation
11-
121# Gradle Configuration -- DO NOT TOUCH THESE VALUES.
132polyfrost.defaults.loom =3
143org.gradle.daemon =true
154org.gradle.parallel =true
165org.gradle.configureoncommand =true
176org.gradle.parallel.threads =4
18- org.gradle.jvmargs =-Xmx2G
7+ org.gradle.jvmargs =-Xmx2G
8+
9+ mod.name =ColorSaturation
10+ mod.id =colorsaturation
11+ mod.version =1.0.0
12+ mod.group =org.polyfrost
You can’t perform that action at this time.
0 commit comments