blob: bfebea21862e2ff6600cac4affa1543800543e75 (
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
yarn_mappings=1.21+build.9
loader_version=0.15.11
# Fabric API
fabric_version=0.100.7+1.21
# Libs
midnightlib_version=1.5.7-fabric
# Mod Properties
mod_version=1.1.1
maven_group=world.anhgelus.manhunt
archives_base_name=manhunt
|