forked from Fabricators-of-Create/Create
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
65 lines (56 loc) · 2 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
# 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.14.10
fabric_version = 0.67.0+1.18.2
# Mod Properties
mod_version = 0.5.0.g
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
# Inclusions
# 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.8-33
# https://github.com/JamiesWhiteShirt/reach-entity-attributes/releases
reach_entity_attributes_version = 2.1.1
# https://modrinth.com/mod/no-indium/
no_indium_version = 1.0.2+1.18.2
registrate_version = MC1.18.2-1.1.6
forge_tags_version = 2.1
milk_lib_version = 0.3.2
port_lib_version = 1.2.677-beta
night_config_core_version = 3.6.3
night_config_toml_version = 3.6.3
jsr305_version = 3.0.2
# Dev env
# https://www.curseforge.com/minecraft/mc-mods/architectury-api
architectury_version = 4.10.88
# https://www.curseforge.com/minecraft/mc-mods/cloth-config/files
cloth_config_version = 6.4.90
# https://modrinth.com/mod/modmenu
modmenu_version = 3.2.5
# https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files
# For future reference, https://shedaniel.gitbook.io/roughly-enough-items/setup/gradle-setup
rei_version = 8.3.583
# https://github.com/emilyploszaj/trinkets/releases/
trinkets_version = 3.3.1
# https://github.com/emilyploszaj/emi/releases/
emi_version = 0.5.3+1.18.2
# https://www.curseforge.com/minecraft/mc-mods/jei/files/all
jei_version = 10.2.1.283
# https://modrinth.com/mod/botania
botania_version = 1.18.2-435-FABRIC
# What recipe viewer to use ('emi', 'rei', or 'jei'. if you change it, don't push it)
recipe_viewer = emi
# Enable test mods or not
test_mods = false