stringtools/gradle.properties

17 lines
382 B
Properties
Raw Normal View History

# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
2021-06-23 09:31:54 -05:00
# check these on https://fabricmc.net/versions.html
2021-12-10 04:48:08 -06:00
minecraft_version=1.18.1
yarn_mappings=1.18.1+build.1
2021-12-14 15:01:39 -06:00
loader_version=0.12.12
# Mod Properties
2019-02-15 15:26:03 -06:00
mod_version = 1.0.0
2021-01-30 17:32:47 -06:00
maven_group = com.example
2019-02-15 15:26:03 -06:00
archives_base_name = fabric-example-mod
# Dependencies
2021-12-09 15:29:09 -06:00
fabric_version=0.44.0+1.18