18 lines
423 B
Properties
18 lines
423 B
Properties
|
# Done to increase the memory available to gradle.
|
||
|
org.gradle.jvmargs = -Xmx1G
|
||
|
|
||
|
# Fabric Properties
|
||
|
minecraft_version = 1.16
|
||
|
yarn_build = 1
|
||
|
fabric_loader_version = 0.8.8+build.202
|
||
|
|
||
|
# Mod Properties
|
||
|
mod_version = 0.0.1
|
||
|
maven_group = com.thebrokenrail
|
||
|
|
||
|
# Dependencies
|
||
|
fabric_api_version = 0.13.1+build.370-1.16
|
||
|
modmenu_version = 1.12.2+build.16
|
||
|
moshi_version = 1.9.2
|
||
|
dom4j_version = 2.1.3
|