Files
minecraft-mod/gradle.properties
T

18 lines
403 B
Properties
Raw Normal View History

2019-02-15 21:54:29 +01:00
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
2022-11-22 15:04:48 +00:00
org.gradle.parallel=true
2019-02-15 21:54:29 +01:00
# Fabric Properties
2022-01-07 19:44:50 -05:00
# check these on https://fabricmc.net/develop
2022-12-07 16:12:08 +00:00
minecraft_version=1.19.3
2023-02-22 14:55:26 +00:00
yarn_mappings=1.19.3+build.5
loader_version=0.14.14
2019-02-15 21:54:29 +01:00
# Mod Properties
2019-02-15 22:26:03 +01:00
mod_version = 1.0.0
2021-01-30 23:32:47 +00:00
maven_group = com.example
2019-02-15 22:26:03 +01:00
archives_base_name = fabric-example-mod
2019-02-15 21:54:29 +01:00
# Dependencies
2023-02-22 14:55:26 +00:00
fabric_version=0.74.0+1.19.3