2020-08-23 08:52:36 -04:00
|
|
|
# Done to increase the memory available to gradle.
|
2020-08-23 17:18:18 -04:00
|
|
|
org.gradle.jvmargs=-Xmx2G
|
2021-06-11 14:33:10 -04:00
|
|
|
# Forge Properties
|
|
|
|
forge_version=36.1.31
|
2020-08-23 08:52:36 -04:00
|
|
|
# Fabric Properties
|
2021-06-10 10:55:55 -04:00
|
|
|
# check these on https://fabricmc.net/use
|
2021-06-11 14:33:10 -04:00
|
|
|
minecraft_version=1.16.5
|
|
|
|
yarn_mappings=1.16.5+build.9
|
|
|
|
loader_version=0.11.3
|
2020-08-23 08:52:36 -04:00
|
|
|
# Mod Properties
|
2021-06-12 17:21:38 -04:00
|
|
|
mod_version=1.5.0
|
2021-06-10 10:55:55 -04:00
|
|
|
maven_group=io.github.flemmli97
|
|
|
|
archives_base_name=flan
|
2020-08-23 08:52:36 -04:00
|
|
|
# Dependencies
|
2021-06-10 10:55:55 -04:00
|
|
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
2021-06-11 14:33:10 -04:00
|
|
|
fabric_version=0.34.2+1.16
|
2021-06-10 10:55:55 -04:00
|
|
|
gunpowder_version=0.2.10
|
|
|
|
fabric_permissions_api=0.1-SNAPSHOT
|
|
|
|
player_ability_lib=1.2.2
|
|
|
|
# Curse properties
|
2021-06-11 14:33:10 -04:00
|
|
|
curse_page_fabric=https://www.curseforge.com/minecraft/mc-mods/flan
|
|
|
|
curse_versions=1.16.5, Java 8
|
|
|
|
curse_id_fabric=404578
|
|
|
|
curse_dep_fabric=fabric-api
|
2021-06-11 18:43:39 -04:00
|
|
|
curse_page_forge=https://www.curseforge.com/minecraft/mc-mods/flan-forge
|
|
|
|
curse_id_forge=493246
|
2021-06-11 14:33:10 -04:00
|
|
|
curse_dep_forge=
|
2021-06-10 10:55:55 -04:00
|
|
|
# Other
|
2021-06-11 14:33:10 -04:00
|
|
|
project_name=Flan
|