blob: ba0ac23a01a868c2a53f11e6b121dfb8e6bc9e1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.11
yarn_mappings=1.21.11+build.4
loader_version=0.18.4
# Fabric API
fabric_version=0.141.3+1.21.11
# Libs
midnightlib_version=1.9.2+1.21.11-fabric
# Mod Properties
mod_version=1.4.0
maven_group=world.anhgelus.manhunt
archives_base_name=manhunt
|