stringtools/gradle.properties

18 lines
398 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
yarn_mappings=1.19.3+build.1
loader_version=0.14.11
# Mod Properties
2023-01-07 12:56:31 -06:00
mod_version = 1.0.1
2023-01-07 12:05:14 -06:00
maven_group = me.daviddgtnt
archives_base_name = stringtools
# Dependencies
2022-12-07 10:12:08 -06:00
fabric_version=0.68.1+1.19.3