blob: 341b60bb4a29d7ee635a6acc6e91f81e2f1d3c7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
# Mod Properties
mod_version=1.0.0
maven_group=world.anhgelus.manhunt
archives_base_name=manhunt
|