stringtools/gradle.properties

18 lines
402 B
Properties
Raw Normal View History

# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
2022-11-22 09:04:48 -06:00
org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
2022-12-07 10:12:08 -06:00
minecraft_version=1.19.3
2024-12-29 19:52:51 -06:00
yarn_mappings=1.19.3+build.5
loader_version=0.16.9
# Mod Properties
2024-12-29 21:17:29 -06:00
mod_version = 1.0.2-1.19
2023-01-07 12:05:14 -06:00
maven_group = me.daviddgtnt
archives_base_name = stringtools
# Dependencies
2024-12-29 19:52:51 -06:00
fabric_version=0.76.1+1.19.3