-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
62 lines (49 loc) · 2.15 KB
/
libs.versions.toml
File metadata and controls
62 lines (49 loc) · 2.15 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[versions]
mod-version = "1.21.11_1.0.9.5"
# Fabric (https://fabricmc.net/develop)
minecraft = "1.21.11"
yarn-mappings = "1.21.11+build.3"
fabric-loader = "0.18.4"
fabric-api = "0.140.2+1.21.11"
# Plugins
# Loom (https://github.com/FabricMC/fabric-loom)
loom = "1.14-SNAPSHOT"
# Meteor (https://github.com/MeteorDevelopment/meteor-client)
meteor = "1.21.11-SNAPSHOT"
# Starscript (https://github.com/MeteorDevelopment/starscript)
starscript = "0.2.5"
# Orbit (https://github.com/MeteorDevelopment/orbit)
orbit = "0.2.4"
# Xaero's Mods
# Xaero's World Map (https://modrinth.com/mod/xaeros-world-map/versions)
xwm = "1.40.1_NeoForge_1.21.11"
# Xaero's Minimap (https://modrinth.com/mod/xaeros-minimap/versions)
xmm = "25.3.1_Fabric_1.21.11"
# Where Is It (https://modrinth.com/mod/where-is-it-port/versions)
whereisit = "2.6.8+1.21.11"
# YetAnotherConfigLib (https://github.com/ponuing/WhereIsIt/blob/1.21.11/gradle.properties)
yacl = "3.8.1+1.21.11-fabric"
# MaLiLib (https://www.curseforge.com/minecraft/mc-mods/malilib)
malilib = "7130809"
[libraries]
# Fabric base
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
yarn = { module = "net.fabricmc:yarn", version.ref = "yarn-mappings" }
fabric-loader = { module = "net.fabricmc:fabric-loader", version.ref = "fabric-loader" }
# Fabric API
fabric-api = { module = "net.fabricmc.fabric-api:fabric-api", version.ref = "fabric-api" }
# Meteor Client
meteor-client = { module = "meteordevelopment:meteor-client", version.ref = "meteor" }
starscript = { module = "org.meteordev:starscript", version.ref = "starscript" }
orbit = { module = "meteordevelopment:orbit", version.ref = "orbit" }
# Xaero's Mods
xwm = { module = "maven.modrinth:xaeros-world-map", version.ref = "xwm" }
xmm = { module = "maven.modrinth:xaeros-minimap", version.ref = "xmm" }
# Where Is It
whereisit = { module = "maven.modrinth:where-is-it-port", version.ref = "whereisit" }
# YetAnotherConfigLib
yacl = { module = "dev.isxander.yacl:yet-another-config-lib-fabric", version.ref = "yacl" }
# MaLiLib
malilib = { module = "curse.maven:malilib-303119", version.ref = "malilib" }
[plugins]
fabric-loom = { id = "fabric-loom", version.ref = "loom" }