Skip to content

Commit

Permalink
Migrate build files to DGT, part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Oct 18, 2024
1 parent f17a1c0 commit 612f29f
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions gradle.properties
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

0 comments on commit 612f29f

Please sign in to comment.