TheBrokenRail
0e3b0cbc87
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
17 lines
498 B
Properties
17 lines
498 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs = -Xmx1G
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/use
|
|
minecraft_version = 1.15.2
|
|
yarn_build = 15
|
|
fabric_loader_version = 0.8.2+build.194
|
|
|
|
# Mod Properties
|
|
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
|