14 lines
337 B
Properties
14 lines
337 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.17.1
|
|
yarn_mappings=build.61
|
|
loader_version=0.12.1
|
|
# Mod Properties
|
|
mod_version=2.1.1
|
|
maven_group=io.gitlab.jfronny
|
|
archives_base_name=libjf
|
|
|
|
fabric_version=0.40.6+1.17
|