forked from AntiqueAtlasTeam/AntiqueAtlas
-
Notifications
You must be signed in to change notification settings - Fork 14
/
libs.versions.toml
28 lines (21 loc) · 924 Bytes
/
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
[versions]
loom = "1.7.+"
githubRelease = "2.4.1"
minotaur = "2.+"
kaleidoConfig = "0.3.1+1.3.2"
mc = "1.20.1"
fl = "0.15.0"
yarn = "1.20.1+build.10"
fapi = "0.83.0+1.20.1"
surveyor = "0.6.24+1.20"
[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" }
[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" }
surveyor = { group = "folk.sisby", name = "surveyor", version.ref = "surveyor" }