-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathlibs.versions.toml
28 lines (26 loc) · 1.54 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
[versions]
fabric-loom = "1.8-SNAPSHOT"
mod-publish = "0.7.4"
minecraft = "1.21.3"
fabric-loader = "0.16.7"
parchment = "1.21:2024.07.28"
fabric-api = "0.106.1+1.21.3"
fabric-kotlin = "1.11.0+kotlin.2.0.0"
mod-menu = "12.0.0-beta.1"
keybinds = "0.1.11+1.21.3"
yacl = "3.6.1+1.21.2-fabric"
carpet = "1.4.158"
chunk-debug = "2.1.1+1.21.3"
[libraries]
minecraft = { module = "com.mojang:minecraft" , version.ref = "minecraft" }
fabric-loader = { module = "net.fabricmc:fabric-loader" , version.ref = "fabric-loader" }
fabric-api = { module = "net.fabricmc.fabric-api:fabric-api" , version.ref = "fabric-api" }
fabric-kotlin = { module = "net.fabricmc:fabric-language-kotlin" , version.ref = "fabric-kotlin" }
mod-menu = { module = "com.terraformersmc:modmenu" , version.ref = "mod-menu" }
keybinds = { module = "me.senseiwells:simple-keybinding-library", version.ref = "keybinds" }
yacl = { module = "dev.isxander:yet-another-config-lib" , version.ref = "yacl" }
carpet = { module = "com.github.gnembon:fabric-carpet" , version.ref = "carpet" }
chunk-debug = { module = "me.senseiwells:chunk-debug" , version.ref = "chunk-debug" }
[plugins]
fabric-loom = { id = "fabric-loom" , version.ref = "fabric-loom" }
mod-publish = { id = "me.modmuss50.mod-publish-plugin" , version.ref = "mod-publish" }