forked from Tfarcenim/FabricFastBench
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
34 lines (26 loc) · 829 Bytes
/
libs.versions.toml
File metadata and controls
34 lines (26 loc) · 829 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
29
30
31
32
33
34
[versions]
# Minecraft
minecraft_version = "1.21"
minecraft_required = "~1.21"
minecraft_compatible = "1.21,1.21.1"
fabric_loader = "0.15.+"
# Libraries
annotations = "24.1.0"
# Plugins
loom = "1.9.+"
minotaur = "2.+"
cursegradle = "1.1.26"
[libraries]
# Minecraft
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft_version" }
fabric_loader = { module = "net.fabricmc:fabric-loader", version.ref = "fabric_loader" }
# Libraries
annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }
[bundles]
compile = ["annotations"]
mod_dependency = []
mod_runtime = []
[plugins]
loom = { id = "fabric-loom", version.ref = "loom" }
minotaur = { id = "com.modrinth.minotaur", version.ref = "minotaur" }
cursegradle = { id = "net.darkhax.curseforgegradle", version.ref = "cursegradle" }