-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathlibs.versions.toml
33 lines (22 loc) · 1.18 KB
/
libs.versions.toml
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
[versions]
# The latest versions are available at https://fabricmc.net/develop/
fabric_loader = "0.16.5"
fabric_api = "0.104.0+1.21.1"
trinkets = "3.10.0"
cca = "6.1.1"
cameraoverhaul = "5441071" # 1.4.1
cloth = "15.0.127"
modmenu = "11.0.2"
[libraries]
fabric_loader = { module = "net.fabricmc:fabric-loader", version.ref = "fabric_loader" }
fabric_api = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fabric_api" }
trinkets = { module = "dev.emi:trinkets", version.ref = "trinkets" }
cca-base = { module = "dev.onyxstudios.cardinal-components-api:cardinal-components-base", version.ref = "cca" }
cca-entity = { module = "dev.onyxstudios.cardinal-components-api:cardinal-components-entity", version.ref = "cca" }
cameraoverhaul = { module = "curse.maven:cameraoverhaul-423602", version.ref = "cameraoverhaul" }
cloth = { module = "me.shedaniel.cloth:cloth-config-fabric", version.ref = "cloth" }
modmenu = { module = "com.terraformersmc:modmenu", version.ref = "modmenu" }
# If you have multiple similar dependencies, you can declare a dependency bundle and reference it on the build script with "libs.bundles.example".
[bundles]
cca = ["cca-base", "cca-entity"]
# [plugins]