blob: f3d49eb94ddfa4c897664c5751c549b0677e0b94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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.5
yarn_mappings=1.21.5+build.1
loader_version=0.16.14
# Fabric API
fabric_version=0.125.3+1.21.5
# Libs
midnightlib_version=1.7.3+1.21.4-fabric
# Mod Properties
mod_version=1.3.0
maven_group=world.anhgelus.manhunt
archives_base_name=manhunt
|