2020-12-19 23:30:50 +00:00
|
|
|
# Done to increase the memory available to gradle.
|
|
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
|
|
|
|
# Fabric Properties
|
|
|
|
# check these on https://fabricmc.net/use
|
2021-03-07 00:14:42 +00:00
|
|
|
minecraft_version=1.16.5
|
|
|
|
yarn_mappings=1.16.5+build.5
|
|
|
|
loader_version=0.11.2
|
2020-12-19 23:30:50 +00:00
|
|
|
|
|
|
|
# Mod Properties
|
2021-03-08 01:10:33 +00:00
|
|
|
mod_version = 0.2.1.2-SNAPSHOT
|
2020-12-19 23:30:50 +00:00
|
|
|
maven_group = pm.j4
|
2020-12-20 04:23:14 +00:00
|
|
|
archives_base_name = kerosene
|
2020-12-19 23:30:50 +00:00
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
2021-03-07 00:14:42 +00:00
|
|
|
fabric_version=0.31.0+1.16
|