-
Notifications
You must be signed in to change notification settings - Fork 27
/
gradle.properties
58 lines (49 loc) · 2.01 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
# 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=-Xmx4G
# suppress inspection "UnusedProperty" for whole file
# Mod Properties
mod_version=4.3
mod_id=twilightforest
group_name=com.github.teamtwilight.twilightforest
#Versions
minecraft_version=1.20.1
# https://fabricmc.net/develop/
fabric_version=0.86.0+1.20.1
loader_version=0.14.21
# setup
# https://lambdaurora.dev/tools/import_quilt.html
qm_version = 21
# https://github.com/ParchmentMC/Parchment
parchment_version = 2023.07.23
# https://www.curseforge.com/minecraft/mc-mods/forge-config-api-port-fabric
config_api_version = 8.0.0
# https://modrinth.com/mod/cardinal-components-api
cca_version = 5.2.1
# https://github.com/Fabricators-of-Create/Porting-Lib
port_lib_version = 2.1.1087+1.20
port_lib_modules = accessors,base,data,entity,extensions,lazy_registration,models,networking,tags,transfer,utility,model_generators,model_builders,loot
# compat
# https://github.com/emilyploszaj/trinkets/releases
trinkets_version = 3.7.1
# dev env mods
# https://modrinth.com/mod/modmenu
modmenu_version = 6.1.0-rc.4
# https://modrinth.com/mod/suggestion-tweaker
suggestion_tweaker_version = 1.19.1-1.3.1
# for REI and suggestion tweaker - https://modrinth.com/mod/cloth-config
cloth_config_version = 9.0.94
# https://www.curseforge.com/minecraft/mc-mods/jade/files/all
jade_id = 4438356
# https://www.curseforge.com/minecraft/mc-mods/the-one-probe-fabric/files
top_version = 1.19-6.0.0
# for REI - https://www.curseforge.com/minecraft/mc-mods/architectury-api
architectury_version = 8.1.75
# https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items
rei_version=11.0.597
# https://github.com/emilyploszaj/emi/releases/
emi_version = 0.7.2+1.19.4
# https://www.curseforge.com/minecraft/mc-mods/jei/files/all
jei_version = 12.0.2.2
# What recipe viewer to use ('emi', 'rei', or 'jei'. if you change it, don't push it)
recipe_viewer = rei