2024-05-05 11:12:48 +02:00
|
|
|
# Done to increase the memory available to gradle.
|
|
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
|
|
|
|
# Fabric Properties
|
|
|
|
# check these on https://modmuss50.me/fabric.html
|
|
|
|
minecraft_version=1.20.6
|
|
|
|
yarn_mappings=1.20.6+build.1
|
|
|
|
loader_version=0.15.11
|
|
|
|
|
|
|
|
# Mod Properties
|
2024-05-05 14:51:40 +02:00
|
|
|
mod_version = 1.3
|
2024-05-05 11:12:48 +02:00
|
|
|
maven_group = systems.brn
|
|
|
|
archives_base_name = RegexingHoppers
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
# check this on https://modmuss50.me/fabric.html
|
|
|
|
fabric_version=0.97.8+1.20.6
|