minecraft-mod/gradle.properties

17 lines
377 B
Properties
Raw Normal View History

# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.18.2
2022-05-21 16:13:30 +00:00
yarn_mappings=1.18.2+build.3
loader_version=0.14.6
# Mod Properties
2019-02-15 21:26:03 +00:00
mod_version = 1.0.0
2021-01-30 23:32:47 +00:00
maven_group = com.example
2019-02-15 21:26:03 +00:00
archives_base_name = fabric-example-mod
# Dependencies
2022-05-21 16:13:30 +00:00
fabric_version=0.53.0+1.18.2