-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
26 lines (21 loc) · 905 Bytes
/
libs.versions.toml
File metadata and controls
26 lines (21 loc) · 905 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
[versions]
loom = "1.13.+"
githubRelease = "2.4.1"
minotaur = "2.+"
curse = "1.1.+"
kaleidoConfig = "0.3.1+1.3.2"
mc = "1.20.1"
fl = "0.16.14"
yarn = "1.20.1+build.10"
fapi = "0.92.2+1.20.1"
[plugins]
loom = { id = "fabric-loom", version.ref = "loom" }
githubRelease = { id = "com.github.breadmoirai.github-release", version.ref = "githubRelease" }
minotaur = { id = "com.modrinth.minotaur", version.ref = "minotaur" }
curse = { id = "net.darkhax.curseforgegradle", version.ref = "curse" }
[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" }