2021-01-25 01:53:00 +00:00
|
|
|
# Done to increase the memory available to gradle.
|
|
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
|
|
|
|
# Fabric Properties
|
2021-06-24 12:39:09 +00:00
|
|
|
# check these on https://fabricmc.net/use
|
2021-12-20 20:15:01 +00:00
|
|
|
minecraft_version=1.18.1
|
|
|
|
yarn_mappings=1.18.1+build.7
|
|
|
|
loader_version=0.12.12
|
2021-01-25 01:53:00 +00:00
|
|
|
|
|
|
|
# Mod Properties
|
2021-12-05 15:22:03 +00:00
|
|
|
mod_version = 1.0.4
|
2021-06-24 12:39:09 +00:00
|
|
|
maven_group = net.fabricmc
|
|
|
|
archives_base_name = trample-disabler
|
2021-01-25 01:53:00 +00:00
|
|
|
|
|
|
|
# Dependencies
|
2021-06-24 12:39:09 +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-05 15:22:03 +00:00
|
|
|
fabric_version=0.44.0+1.18
|