This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
forked from Fabricators-of-Create/Create
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
77 lines (65 loc) · 2.22 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
74
75
76
77
# Done to increase the memory available to gradle.
org.gradle.jvmargs = -Xmx4G
# Fabric Properties
# check these on https://fabricmc.net/develop/
minecraft_version = 1.18.2
loader_version = 0.15.7
fabric_version = 0.77.0+1.18.2
# Mod Properties
mod_version = 0.5.1-i
maven_group = com.simibubi.create
# Dependencies
# Mappings
# https://lambdaurora.dev/tools/import_quilt.html
qm_version = 26
# https://parchmentmc.org/docs/getting-started
parchment_version = 2022.11.06
# Dependencies
# https://www.curseforge.com/minecraft/mc-mods/forge-config-api-port-fabric/files
config_api_id = 3943250
forge_config_api_port_version = 3.2.4
# https://ci.tterrag.com/job/Flywheel/job/Fabric/
flywheel_minecraft_version = 1.18.2
flywheel_version = 0.6.11-40
# https://github.com/JamiesWhiteShirt/reach-entity-attributes/releases
reach_entity_attributes_version = 2.1.1
registrate_version = MC1.18.2-1.1.11
forge_tags_version = 2.1
milk_lib_version = 0.3.2
port_lib_version = 1.2.1304-beta
night_config_version = 3.6.3
jsr305_version = 3.0.2
# Compat
# https://modrinth.com/mod/cc-restitched/versions
cc_version = 1.100.8+1.18.2
# for CC - https://modrinth.com/mod/cloth-config/versions
cloth_version = gPqHXnrg
# https://modrinth.com/mod/jei/versions
jei_version = 10.2.1.283
# https://modrinth.com/mod/rei/versions
rei_version = 8.3.594
# https://modrinth.com/mod/emi/versions
emi_version = 0.7.2+1.18.2
# https://modrinth.com/mod/botania
botania_version = 1.18.2-435-FABRIC
# https://modrinth.com/mod/modmenu/versions
modmenu_version = 3.2.5
# https://modrinth.com/mod/sandwichable/versions
sandwichable_version = 1.2+1.18.2
# https://modrinth.com/mod/sodium
sodium_version = mc1.18.2-0.4.1
# https://modrinth.com/mod/indium
indium_version = 1.0.7+mc1.18.2
# https://github.com/emilyploszaj/trinkets/releases/
trinkets_version = 3.3.1
# for Trinkets - https://modrinth.com/mod/cardinal-components-api/versions
cca_version = 4.2.0
# Dev QOL
# https://modrinth.com/mod/lazydfu
lazy_dfu_version = 0.1.2
# Whether CC: Restitched should be enabled in dev or not
cc_enabled = true
# 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