CustomEnchants-Realm/gradle.properties

17 lines
384 B
Properties
Raw Permalink Normal View History

2024-09-29 02:43:05 -06:00
# 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.21.1
yarn_mappings=1.21.1+build.3
2024-09-29 04:26:26 -06:00
loader_version=0.16.5
2024-09-29 02:43:05 -06:00
# Mod Properties
mod_version=1.0.0
2024-09-29 04:26:26 -06:00
maven_group=com.itzilly
archives_base_name=customenchants
2024-09-29 02:43:05 -06:00
# Dependencies
2024-09-29 04:26:26 -06:00
fabric_version=0.105.0+1.21.1