infocommands/gradle.properties
2023-12-21 15:58:50 -05:00

17 lines
400 B
Properties

# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.3
# Mod Properties
mod_version = rolling
maven_group = land.chipmunk
archives_base_name = infocommands
# Dependencies
fabric_version=0.91.3+1.20.4