feat: improve EMF integration

This commit is contained in:
Martin Prokoph
2025-11-23 13:39:24 +01:00
parent 6b51595caa
commit 30e09acfb7
17 changed files with 73 additions and 24 deletions

View File

@@ -71,7 +71,9 @@ dependencies {
}
// MidnightLib
modImplementation ("eu.midnightdust:midnightlib:${mod.dep("midnightlib_version")}+${minecraft}-${loader}")
val midnightlib = "eu.midnightdust:midnightlib:${mod.dep("midnightlib_version")}+${minecraft}-${loader}"
modImplementation(midnightlib)
include(midnightlib)
if (loader == "fabric") {
modImplementation("net.fabricmc:fabric-loader:${mod.dep("fabric_loader")}")