mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2025-05-18 20:44:09 -05:00
Improve gradle
Mostly taken from Quilt's template mod. - No longer JIJs FAPI - Update gradle wrapper
This commit is contained in:
parent
4a949172c0
commit
e7ce0084ca
6 changed files with 52 additions and 54 deletions
|
@ -1,18 +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.18.2
|
||||
quilt_mappings=22
|
||||
yarn_mappings=2
|
||||
loader_version=0.13.3
|
||||
fabric_version=0.50.0+1.18.2
|
||||
# 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.18.2-0.4.1
|
||||
# Dependencies are managed at gradle/libs.versions.toml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue