-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
28 lines (21 loc) · 924 Bytes
/
libs.versions.toml
File metadata and controls
28 lines (21 loc) · 924 Bytes
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
[versions]
loom = "1.11.+"
minotaur = "2.+"
kaleidoConfig = "0.3.1+1.3.1"
mc = "1.21.7"
fl = "0.16.14"
yarn = "1.21.7+build.4"
fapi = "0.128.2+1.21.7"
spruceui = "8.0.0+1.21.6"
modmenu = "15.0.0-beta.3"
[plugins]
loom = { id = "fabric-loom", version.ref = "loom" }
minotaur = { id = "com.modrinth.minotaur", version.ref = "minotaur" }
[libraries]
kaleidoConfig = { group = "folk.sisby", name = "kaleido-config", version.ref = "kaleidoConfig" }
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" }
spruceui = { group = "dev.lambdaurora", name = "spruceui", version.ref = "spruceui" }
modmenu = { group = "com.terraformersmc", name = "modmenu", version.ref = "modmenu" }