-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
36 lines (28 loc) · 1.43 KB
/
libs.versions.toml
File metadata and controls
36 lines (28 loc) · 1.43 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
[versions]
loom = "1.15.+"
mc = "26.1"
fl = "0.18.4"
fapi = "0.144.4+26.1"
nettyIoUring = "4.2.7.Final"
zstd = "1.5.7-7"
sodium = "mc26.1-0.8.7-fabric"
flywheel = "1.0.4-27"
vanillin = "1.1.3-27"
worldeditCore = "7.4.0"
worldeditFabric = "7.4.0"
[plugins]
loom = { id = "net.fabricmc.fabric-loom", version.ref = "loom" }
[libraries]
mc = { group = "mojang", name = "minecraft", version.ref = "mc" }
fl = { group = "net.fabricmc", name = "fabric-loader", version.ref = "fl" }
fapi = { group = "net.fabricmc.fabric-api", name = "fabric-api", version.ref = "fapi" }
nettyIoUringClasses = { group = "io.netty", name = "netty-transport-classes-io_uring", version.ref = "nettyIoUring" }
nettyIoUringNative = { group = "io.netty", name = "netty-transport-native-io_uring", version.ref = "nettyIoUring" }
zstd = { group = "com.github.luben", name = "zstd-jni", version.ref = "zstd" }
sodium = { group = "maven.modrinth", name = "sodium", version.ref = "sodium" }
flywheel = { group = "dev.engine-room.flywheel", name = "flywheel-fabric-1.21.1", version.ref = "flywheel" }
vanillin = { group = "dev.engine-room.vanillin", name = "vanillin-fabric-1.21.1", version.ref = "vanillin" }
worldeditCore = { group = "com.sk89q.worldedit", name = "worldedit-core", version.ref = "worldeditCore" }
worldeditFabric = { group = "com.sk89q.worldedit", name = "worldedit-fabric-mc1.21.11", version.ref = "worldeditFabric" }
[bundles]
worldedit = ['worldeditCore', 'worldeditFabric']