forked from Haven-King/glowcase
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
32 lines (25 loc) · 1.1 KB
/
libs.versions.toml
File metadata and controls
32 lines (25 loc) · 1.1 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
[versions]
loom = "1.11.+"
minotaur = "2.+"
kaleidoConfig = "0.3.3+1.3.2"
mc = "1.21.7"
fl = "0.16.14"
yarn = "1.21.7+build.2"
fapi = "0.128.2+1.21.7"
placeholder = "2.4.0+1.21"
polydex = "1.6.0+1.21.6"
# emi = "1.1.19+1.21.1"
modmenu = "15.0.0-beta.3"
[plugins]
loom = { id = "fabric-loom", version.ref = "loom" }
minotaur = { id = "com.modrinth.minotaur", version.ref = "minotaur" }
[libraries]
mc = { group = "mojang", name = "minecraft", version.ref = "mc" }
fl = { group = "net.fabricmc", name = "fabric-loader", version.ref = "fl" }
yarn = { group = "net.fabricmc", name = "yarn", version.ref = "yarn" }
fapi = { group = "net.fabricmc.fabric-api", name = "fabric-api", version.ref = "fapi" }
placeholder = { group = "eu.pb4", name = "placeholder-api", version.ref = "placeholder" }
polydex = { group = "eu.pb4", name = "polydex", version.ref = "polydex" }
kaleidoConfig = { group = "folk.sisby", name = "kaleido-config", version.ref = "kaleidoConfig" }
# emi = { group = "dev.emi", name = "emi-fabric", version.ref = "emi" }
modmenu = { group = "com.terraformersmc", name = "modmenu", version.ref = "modmenu" }