extras/gradle.properties

18 lines
408 B
Properties
Raw Permalink Normal View History

# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
2022-11-22 10:04:48 -05:00
org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
2023-03-14 12:11:12 -04:00
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.1
loader_version=0.14.17
# Mod Properties
2023-04-26 15:03:20 -04:00
mod_version = rolling
2024-06-18 13:39:12 -04:00
maven_group = land.chipmunk.kaboomfabric
2023-04-04 10:52:09 -04:00
archives_base_name = extras
# Dependencies
2023-03-14 12:11:12 -04:00
fabric_version=0.75.3+1.19.4