This repository was archived by the owner on May 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgradle.properties
More file actions
60 lines (49 loc) · 1.46 KB
/
gradle.properties
File metadata and controls
60 lines (49 loc) · 1.46 KB
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
# gradle go brrrrrr
org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=false
org.gradle.parallel=true
org.gradle.caching=true
fabric.loom.disableProjectDependentMods = true
# gradle plugin versions
arch_plugin_version=3.4.146
loom_version=1.3.349
vineflower_version=1.11.0
machete_version=2.0.1
forgix_version=1.2.6
shadow_version=8.1.1
# probably dont need to touch this
enabled_platforms=fabric, forge
# the actual stuff
mod_version=0.0.1
maven_group=com.calamityteam.calamity
archives_base_name=calamity
minecraft_version=1.19.2
# Mappings
# https://lambdaurora.dev/tools/import_quilt.html
quilt = 22
# https://parchmentmc.org/docs/getting-started
parchment = 2022.11.27
# Fabric - https://fabricmc.net/develop/
fabric=0.14.22
fabric_api=0.76.0
# Forge - https://files.minecraftforge.net/net/minecraftforge/forge/index_1.19.html
forge=43.2.8
# Create
create_fabric = 0.5.1-c-build.1095
create_forge = 0.5.1.c-36
registrate = MC1.19-1.1.5
flywheel_mc = 1.19.2
flywheel = 0.6.9-18
## Fabric Mods
lazydfu=0.1.3
smoothboot_fabric=3821513
modmenu=4.2.0-beta.2
## Forge Mods
# Better Mods Button - https://www.curseforge.com/minecraft/mc-mods/better-mods-button/files
bmb = 4665753
# Catalogue - https://www.curseforge.com/minecraft/mc-mods/catalogue/files
catalogue = 4171024
# FerriteCore - https://www.curseforge.com/minecraft/mc-mods/ferritecore/files
ferritecore = 4117906
# Smooth Boot - https://www.curseforge.com/minecraft/mc-mods/smooth-boot-reloaded/files/
#smoothboot_forge = 4162940