2019-02-15 20:54:29 +00:00
|
|
|
# Done to increase the memory available to gradle.
|
|
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
|
|
|
|
# Fabric Properties
|
2019-02-15 21:26:03 +00:00
|
|
|
# check these on https://fabricmc.net/use
|
2021-12-18 21:06:33 +00:00
|
|
|
minecraft_version=1.18.1
|
|
|
|
yarn_mappings=1.18.1+build.5
|
|
|
|
loader_version=0.12.12
|
2019-02-15 20:54:29 +00:00
|
|
|
|
|
|
|
# Mod Properties
|
2021-12-18 18:53:42 +00:00
|
|
|
mod_version = 1.2
|
2020-11-11 23:22:11 +00:00
|
|
|
maven_group = dev.agatharose
|
|
|
|
archives_base_name = asbestos
|
2019-02-15 20:54:29 +00:00
|
|
|
|
|
|
|
# Dependencies
|
2019-07-23 00:19:58 +00:00
|
|
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
2021-12-18 21:06:33 +00:00
|
|
|
fabric_version=0.44.0+1.18
|
|
|
|
modmenu_version=3.0.1
|
|
|
|
cca_version=4.0.1
|
|
|
|
cloth_version=6.1.48
|