-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
54 lines (43 loc) · 1.75 KB
/
Copy pathlibs.versions.toml
File metadata and controls
54 lines (43 loc) · 1.75 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
[versions]
mod-version = "26.1.2_1.0.9.5"
# Fabric (https://fabricmc.net/develop)
jdk = "25"
minecraft = "26.1.2"
fabric-loader = "0.19.2"
fabric-api = "0.147.0+26.1.2"
# Plugins
# Loom (https://github.com/FabricMC/fabric-loom)
loom = "1.16-SNAPSHOT"
# Meteor (https://github.com/MeteorDevelopment/meteor-client)
meteor = "26.1.2-SNAPSHOT"
baritone = "26.1-SNAPSHOT"
# Xaero's Mods
# XaeroLib
xlib = "1.1.15"
# Xaero's World Map (https://modrinth.com/mod/xaeros-world-map/versions)
xwm = "1.40.14"
# Xaero's Minimap (https://modrinth.com/mod/xaeros-minimap/versions)
xmm = "25.3.12"
# Where Is It (https://modrinth.com/mod/where-is-it-port/versions)
whereisit = "2.7.4+26.1"
# YetAnotherConfigLib (https://github.com/ponuing/WhereIsIt/blob/26.1/gradle.properties)
yacl = "3.9.3+"
[libraries]
# Fabric base
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
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" }
baritone = { module = "meteordevelopment:baritone", version.ref = "baritone" }
# Xaero's Mods
xlib = { module = "xaero.lib:xaerolib-fabric-26.1.2", version.ref = "xlib" }
xwm = { module = "xaero.map:xaeroworldmap-fabric-26.1.2", version.ref = "xwm" }
xmm = { module = "xaero.minimap:xaerominimap-fabric-26.1.2", version.ref = "xmm" }
# Where Is It
whereisit = { module = "maven.modrinth:where-is-it-port", version.ref = "whereisit" }
# YetAnotherConfigLib
yacl = { module = "maven.modrinth:yacl", version.ref = "yacl" }
[plugins]
fabric-loom = { id = "net.fabricmc.fabric-loom", version.ref = "loom" }