17 lines
373 B
Properties
17 lines
373 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/versions.html
|
|
minecraft_version=1.19
|
|
yarn_mappings=1.19+build.1
|
|
loader_version=0.14.7
|
|
|
|
# Mod Properties
|
|
mod_version = 1.4.0
|
|
maven_group = nl.andrewlalis
|
|
archives_base_name = speed-carts
|
|
|
|
# Dependencies
|
|
fabric_version=0.55.3+1.19
|