mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2025-04-29 13:04:08 -05:00
Improve gradle
Mostly taken from Quilt's template mod. - No longer JIJs FAPI - Update gradle wrapper
This commit is contained in:
parent
6cb7a4a047
commit
bd52a34644
6 changed files with 52 additions and 52 deletions
|
@ -1,17 +1,10 @@
|
|||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop/
|
||||
minecraft_version=1.19
|
||||
quilt_mappings=1
|
||||
loader_version=0.14.6
|
||||
fabric_version=0.55.2+1.19
|
||||
# Gradle Properties
|
||||
org.gradle.jvmargs = -Xmx1G
|
||||
org.gradle.parallel = true
|
||||
|
||||
# Mod Properties
|
||||
mod_version=1.0.2
|
||||
mod_version=1.0.3
|
||||
maven_group=me.tibinonest.mods
|
||||
archives_base_name=cauldron-dyeing
|
||||
|
||||
# Dependencies
|
||||
sodium_version=mc1.19-0.4.2
|
||||
# Dependencies are managed at gradle/libs.versions.toml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue