forked from Ladysnake/Requiem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
65 lines (58 loc) · 1.55 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs = -Xmx5G
# Base properties
mod_version = 1.6.3
maven_group = io.github.ladysnake
#General
minecraft_version=1.16.5
yarn_mappings=1.16.5+build.8
loader_version=0.11.2
#Fabric api
fabric_version=0.34.0+1.16
# Minecraft dependencies
cca_version = 2.8.2
satin_version = 1.5.1
pal_version = 1.2.1
fiber_version = 0.23.0-2
cloth_version = 4.11.15
f2c_version = 3.1.0
# Test mods
modmenu_version=1.14.+
reach_version=1.0.1
better_graves_version=0.4.0
origins_version=0.7.0
autoconfig_version=3.2.2
fallflyinglib_version=1.1.0
pehkui_version=1.8.0
snowmercy_version=beta-1.0
flk_version=1.4.21+build.1
eldritch_mobs_version=8d45e7a209
libgui_version=3.3.5+1.16.5
## Haema v1.7.0
haema_version=3295939
fpa_version=0.1-SNAPSHOT
somnus_version=0.0.11-1.16.5
patchouli_version=1.16.4-50-FABRIC
acu_version=3.3.1
## v2.2.13
bumblezone_version=3136995
## v0.2.0
golems_galore_version=3048547
#Other Dependencies
findbugs_version = 3.0.2
jb_annotations_version = 19.0.0
apiguardian_version = 1.0.0
#Publishing
owners = Ladysnake
display_name = Requiem
license_header = GPL
api_license_header = LGPL
gpl_version = 3
modrinth_id = bYmqMxlQ
curseforge_id = 265729
curseforge_versions = 1.16.3; 1.16.4; 1.16.5
cf_requirements = fabric-api
cf_embeddeds = cardinal-components; pal; satin-api
release_type = release
changelog_url = https://github.com/Ladysnake/Requiem/blob/master/changelog.md