generated from Polyfrost/OneConfigExampleMod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
org.gradle.jvmargs=-Xmx2G | ||
|
||
mod.name=ColorSaturation | ||
mod.id=colorsaturation | ||
mod.version=1.0.0 | ||
mod.group=org.polyfrost |