aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-06-12 02:39:48 +0200
committernea <nea@nea.moe>2023-06-12 02:39:48 +0200
commit9508bcc851c736d807ae912e0e5b33e2654b46cc (patch)
tree6f2f08a265b8ba7d6a5042d64bcd603502d6d78e /gradle
parenta1fb86f653a80a9029da65394ca95146dc570693 (diff)
downloadfirmament-9508bcc851c736d807ae912e0e5b33e2654b46cc.tar.gz
firmament-9508bcc851c736d807ae912e0e5b33e2654b46cc.tar.bz2
firmament-9508bcc851c736d807ae912e0e5b33e2654b46cc.zip
Add mixin extras
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 18da4d7..06c7b2c 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -17,6 +17,7 @@ citresewn = "1.1.3+1.20"
hotswap_agent = "1.4.2-SNAPSHOT"
sodium = "mc1.20-0.4.10"
ncr = "Fabric-1.20-v2.2.0"
+mixinextras = "0.2.0-beta.8"
[libraries]
@@ -30,6 +31,7 @@ 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" }
+mixinextras = { module = "com.github.LlamaLad7:MixinExtras", version.ref = "mixinextras" }
# Runtime:
hotswap = { module = "virtual.github.hotswapagent:hotswap-agent", version.ref = "hotswap_agent" }