2021-05-20 22:26:46 +02:00
# Done to increase the memory available to gradle.
org.gradle.jvmargs = -Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/versions.html
2022-09-21 14:39:09 +02:00
minecraft_version = 1.19.2
2022-09-22 13:39:56 +02:00
yarn_mappings = 1.19.2+build.18
2022-09-21 14:39:09 +02:00
loader_version = 0.14.9
2021-05-20 22:26:46 +02:00
# Mod Properties
2022-09-21 14:39:09 +02:00
mod_version = 1.1.4
2021-05-20 22:26:46 +02:00
maven_group = net.saltymc.eaa
archives_base_name = EAA_MOD
# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api (or https://fabricmc.net/versions.html)
2022-09-21 14:39:09 +02:00
fabric_version = 0.61.0+1.19.2
2021-12-11 17:20:20 +01:00
#SQL
jdbc_mysql = 8.0.27
#JSON
json_simple = 1.1.1