2019-02-15 21:54:29 +01:00
|
|
|
# Done to increase the memory available to gradle.
|
|
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
|
|
|
|
# Fabric Properties
|
2019-02-15 22:26:03 +01:00
|
|
|
# check these on https://fabricmc.net/use
|
2021-01-15 18:12:29 +00:00
|
|
|
minecraft_version=1.16.5
|
2021-03-27 20:04:16 +00:00
|
|
|
yarn_mappings=1.16.5+build.6
|
|
|
|
loader_version=0.11.3
|
2019-02-15 21:54:29 +01:00
|
|
|
|
|
|
|
# Mod Properties
|
2019-02-15 22:26:03 +01:00
|
|
|
mod_version = 1.0.0
|
2021-01-30 23:32:47 +00:00
|
|
|
maven_group = com.example
|
2019-02-15 22:26:03 +01:00
|
|
|
archives_base_name = fabric-example-mod
|
2019-02-15 21:54:29 +01:00
|
|
|
|
|
|
|
# Dependencies
|
2019-07-22 17:19:58 -07:00
|
|
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
2021-03-27 20:04:16 +00:00
|
|
|
fabric_version=0.32.5+1.16
|