2020-12-11 20:14:22 +08:00
|
|
|
# Done to increase the memory available to gradle.
|
|
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
|
|
|
|
# Fabric Properties
|
|
|
|
# check these on https://fabricmc.net/use
|
2020-12-13 02:30:21 +08:00
|
|
|
# Check https://modmuss50.me/fabric.html
|
2020-12-11 20:14:22 +08:00
|
|
|
minecraft_version=1.16.4
|
2020-12-13 02:30:21 +08:00
|
|
|
yarn_mappings=1.16.4+build.7
|
|
|
|
loader_version=0.10.8
|
2020-12-11 20:14:22 +08:00
|
|
|
|
|
|
|
# Mod Properties
|
2020-12-11 20:38:58 +08:00
|
|
|
mod_version = 0.1.0
|
2020-12-11 20:14:22 +08:00
|
|
|
maven_group = io.github.npc_strider.oldbeacon
|
2020-12-11 20:38:58 +08:00
|
|
|
archives_base_name = old-beacon
|
2020-12-11 20:14:22 +08:00
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
2020-12-13 02:30:21 +08:00
|
|
|
fabric_version=0.28.1+1.16
|