remove devlaunch lazydfu

This commit is contained in:
dfsek
2023-04-13 18:20:16 -07:00
parent ca2fe27fb3
commit 0a16453f98
3 changed files with 0 additions and 9 deletions
-2
View File
@@ -39,8 +39,6 @@ dependencies {
modImplementation("cloud.commandframework", "cloud-fabric", Versions.Libraries.cloud)
include("cloud.commandframework", "cloud-fabric", Versions.Libraries.cloud)
modLocalRuntime("com.github.astei:lazydfu:${Versions.Mod.lazyDfu}")
}
loom {
-5
View File
@@ -39,11 +39,6 @@ dependencies {
exclude("net.fabricmc")
exclude("net.fabricmc.fabric-api")
}
modLocalRuntime("com.github.astei:lazydfu:${Versions.Mod.lazyDfu}") {
exclude("net.fabricmc")
exclude("net.fabricmc.fabric-api")
}
}
loom {