aboutsummaryrefslogtreecommitdiff
path: root/gradle/libs.versions.toml
blob: a43662d1a3d44879903f5bf3500a4ed9fb26cc8d (plain)
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
[versions]
minecraft = "1.20"
fabric_loader = "0.14.21"
fabric_api = "0.83.0+1.20"
fabric_kotlin = "1.9.4+kotlin.1.8.21"
yarn = "1.20+build.1"
libgui = "8.0.0-beta.1+1.20-rc1" # TODO: Update
rei = "12.0.613" # TODO: Update
devauth = "1.0.0"
modmenu = "7.0.0"
ktor = "2.3.0"
dbus_java = "4.2.1"
architectury = "9.0.5" # TODO: Update
neurepoparser = "1.3.1"
qolify = "1.2.2-1.19.4" # TODO: Update
citresewn = "1.1.3+1.19.4" # TODO: Update
hotswap_agent = "1.4.2-SNAPSHOT"
sodium = "mc1.20-0.4.10"
ncr = "Fabric-1.19.4-v2.1.1" # TODO: Update

[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" }
architectury = { module = "dev.architectury:architectury", version.ref = "architectury" }
rei_api = { module = "me.shedaniel:RoughlyEnoughItems-api", version.ref = "rei" }
repoparser = { module = "moe.nea:neurepoparser", version.ref = "neurepoparser" }
dbus_java_core = { module = "com.github.hypfvieh:dbus-java-core", version.ref = "dbus_java" }
dbus_java_unixsocket = { module = "com.github.hypfvieh:dbus-java-transport-native-unixsocket", version.ref = "dbus_java" }
libgui = { module = "io.github.cottonmc:LibGui", version.ref = "libgui" }

# Runtime:
hotswap = { module = "virtual.github.hotswapagent:hotswap-agent", version.ref = "hotswap_agent" }
architectury_fabric = { module = "dev.architectury:architectury-fabric", version.ref = "architectury" }
rei_fabric = { module = "me.shedaniel:RoughlyEnoughItems-fabric", version.ref = "rei" }
devauth = { module = "me.djtheredstoner:DevAuth-fabric", version.ref = "devauth" }
modmenu = { module = "maven.modrinth:modmenu", version.ref = "modmenu" }
qolify = { module = "maven.modrinth:qolify", version.ref = "qolify" }
citresewn = { module = "maven.modrinth:cit-resewn", version.ref = "citresewn" }
ncr = { module = "maven.modrinth:no-chat-reports", version.ref = "ncr" }
sodium = { module = "maven.modrinth:sodium", version.ref = "sodium" }

[bundles]
dbus = ["dbus_java_core", "dbus_java_unixsocket"]
runtime_required = ["architectury_fabric", "rei_fabric"]
runtime_optional = [
    "devauth",
    "sodium",
    # Add back once updated:
    # "qolify",
    # "citresewn",
    # "ncr",
]