22 lines
606 B
Properties
22 lines
606 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs = -Xmx1G
|
|
|
|
typescript_root = scriptcraft
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/use
|
|
minecraft_version = 1.15.2
|
|
curseforge_id = TBD
|
|
simple_minecraft_version = 1.15.2
|
|
yarn_build = 15
|
|
fabric_loader_version = 0.8.2+build.194
|
|
|
|
# Mod Properties
|
|
mod_version = 1.0.0
|
|
maven_group = com.thebrokenrail
|
|
archives_base_name = scriptcraft
|
|
|
|
# Dependencies
|
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
|
fabric_api_version = 0.5.12+build.296-1.15
|