Add enhanced explosions support

This commit is contained in:
nea
2023-09-25 21:40:26 +02:00
parent 139089d9be
commit eaf91279b8
7 changed files with 77 additions and 12 deletions

View File

@@ -25,6 +25,7 @@ ncr = "Fabric-1.20-v2.2.0"
mixinextras = "0.2.0-rc.5"
jarvis = "1.1.1"
nealisp = "1.0.0"
explosiveenhancement = "1.2.1-1.20.x"
[libraries]
@@ -42,6 +43,7 @@ mixinextras = { module = "io.github.llamalad7:mixinextras-fabric", version.ref =
jarvis_api = { module = "moe.nea.jarvis:jarvis-api", version.ref = "jarvis" }
jarvis_fabric = { module = "moe.nea.jarvis:jarvis-fabric", version.ref = "jarvis" }
nealisp = { module = "moe.nea:nealisp", version.ref = "nealisp" }
explosiveenhancement = { module = "maven.modrinth:explosive-enhancement", version.ref = "explosiveenhancement" }
# Runtime:
hotswap = { module = "virtual.github.hotswapagent:hotswap-agent", version.ref = "hotswap_agent" }
@@ -60,11 +62,11 @@ dbus = ["dbus_java_core", "dbus_java_unixsocket"]
runtime_required = ["architectury_fabric", "rei_fabric"]
runtime_optional = [
"devauth",
# "freecammod",
# "freecammod",
"sodium",
"qolify",
# "citresewn",
# "ncr",
# "citresewn",
# "ncr",
]