forked from Creators-of-Create/Create
-
Notifications
You must be signed in to change notification settings - Fork 199
/
gradle.properties
73 lines (61 loc) · 2.23 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
66
67
68
69
70
71
72
73
# Done to increase the memory available to gradle.
org.gradle.jvmargs = -Xmx4G
# Fabric Properties
# check these on https://fabricmc.net/develop/
minecraft_version = 1.20.1
loader_version = 0.16.3
fabric_version = 0.92.2+1.20.1
# Mod Properties
mod_version = 0.5.1-j
maven_group = com.simibubi.create
# Dependencies
# Mappings
# https://lambdaurora.dev/tools/import_quilt.html
qm_version = 23
# https://parchmentmc.org/docs/getting-started
parchment_version = 2023.09.03
# Dependencies
forge_config_api_port_version = 8.0.0
# https://ci.tterrag.com/job/Flywheel/job/Fabric/
flywheel_minecraft_version = 1.20.1
flywheel_version = 0.6.11-4
# https://maven.jamieswhiteshirt.com/libs-release/com/jamieswhiteshirt/reach-entity-attributes/
reach_entity_attributes_version = 2.4.0
registrate_version = 1.3.79-MC1.20.1
milk_lib_version = 1.2.60
port_lib_version = 2.3.8+1.20.1
# adding a module also requires adding a dependency to the FMJ
port_lib_modules = accessors,base,entity,extensions,networking,obj_loader,tags,transfer,models,tool_actions,client_events,brewing
night_config_version = 3.6.3
jsr305_version = 3.0.2
# Compat
# https://modrinth.com/mod/cc-tweaked/versions
cc_version = 1.106.1
# for CC - https://modrinth.com/mod/cloth-config/versions
cloth_version = 11.1.106+fabric
# https://modrinth.com/mod/jei/versions
jei_version = 15.2.0.22
# https://modrinth.com/mod/rei/versions
rei_version = 12.0.626
# https://modrinth.com/mod/emi/versions
emi_version = 1.0.9+1.20.1
# https://modrinth.com/mod/botania
botania_version = 1.19.2-436-FABRIC
# https://modrinth.com/mod/modmenu/versions
modmenu_version = 7.1.0
# https://modrinth.com/mod/sandwichable/versions
sandwichable_version = 1.3.1+1.20.1
# https://modrinth.com/mod/sodium
sodium_version = mc1.20.1-0.5.8
# https://modrinth.com/mod/indium
indium_version = 1.0.30+mc1.20.4
# https://github.com/emilyploszaj/trinkets/releases/
trinkets_version = 3.7.0
# for Trinkets - https://modrinth.com/mod/cardinal-components-api/versions
cca_version = 5.2.1
# Whether CC: Tweaked should be enabled in dev or not
cc_enabled = false
# What recipe viewer to use ('emi', 'rei', or 'jei'. if you change it, don't push it)
recipe_viewer = emi
# comma-separated list of test mods to enable in dev. 'none' to use none.
test_mods = none