tweaks/gradle.properties

13 lines
282 B
Properties
Raw Permalink Normal View History

2024-05-23 19:28:15 +02:00
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
2024-08-14 18:39:22 +02:00
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.0
2024-06-14 14:40:59 +02:00
# Fabric API
2024-08-14 18:39:22 +02:00
fabric_version=0.102.1+1.21.1
2024-05-23 19:28:15 +02:00
# Mod Properties
2024-08-14 18:39:22 +02:00
mod_version=1.2.1
maven_group=systems.brn
archives_base_name=tweaks
2024-05-23 19:28:15 +02:00