This repository has been archived by the owner on Jun 22, 2024. It is now read-only.
forked from Fabricators-of-Create/Create
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgradle.properties
74 lines (62 loc) · 2.38 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs = -Xmx4G
org.gradle.daemon = false
# Fabric Properties
# check these on https://fabricmc.net/develop/
minecraft_version = 1.20.1
loader_version = 0.14.22
fabric_version = 0.89.3+1.20.1
# Mod Properties
mod_version = 0.5.1-d
maven_group = dm.earth.create-fabric
# Dependencies
# Mappings
# https://lambdaurora.dev/tools/import_quilt.html
qm_version = 23
# https://parchmentmc.org/docs/getting-started
parchment_version = 2023.09.03
# Dependencies
# https://github.com/DM-Earth/flywheel-fabric-dme-edition/releases/
flywheel_minecraft_version = 1.20.1
flywheel_version = 0.6.10
# https://maven.jamieswhiteshirt.com/libs-release/com/jamieswhiteshirt/reach-entity-attributes/
reach_entity_attributes_version = 2.4.0
registrate_version = 1.3.62-MC1.20.1
milk_lib_version = 1.2.60
# https://modrinth.com/mod/forge-config-api-port
forge_config_api_version = v8.0.0-1.20.1-Fabric
# https://mvn.devos.one/#/snapshots/io/github/fabricators_of_create/Porting-Lib/Porting-Lib
port_lib_version = 2.1.1158+1.20-entity-refactor
# 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.108.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.27
# https://modrinth.com/mod/rei/versions
rei_version = 12.0.665
# https://modrinth.com/mod/emi/versions
emi_version = 1.0.21+1.20.1
# https://modrinth.com/mod/botania
botania_version = 1.19.2-436-FABRIC
# https://modrinth.com/mod/modmenu/versions
modmenu_version = 7.2.2
# 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.3
# https://github.com/emilyploszaj/trinkets/releases/
trinkets_version = 3.7.1
# for Trinkets - https://modrinth.com/mod/cardinal-components-api/versions
cca_version = 5.2.2
# 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 = rei
# comma-separated list of test mods to enable in dev. 'none' to use none.
test_mods = none