22 lines
466 B
Properties
22 lines
466 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx2G
|
|
|
|
org.gradle.caching=true
|
|
org.gradle.parallel=true
|
|
org.gradle.daemon = false
|
|
|
|
# Fabric Properties
|
|
# check these on https://modmuss50.me/fabric.html
|
|
minecraft_version=1.21.9
|
|
yarn_mappings=1.21.9+build.1
|
|
loader_version=0.17.2
|
|
loom_version=1.11-SNAPSHOT
|
|
|
|
# Fabric API
|
|
fabric_version=0.133.14+1.21.9
|
|
|
|
|
|
# Mod Properties
|
|
mod_version = 0.2.5-alpha
|
|
maven_group = me.cortex
|
|
archives_base_name = voxy |