mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 06:11:24 +00:00
don't include fabric api
This commit is contained in:
@@ -27,18 +27,6 @@ dependencies {
|
|||||||
|
|
||||||
modImplementation("net.fabricmc:fabric-loader:${Versions.Mod.fabricLoader}")
|
modImplementation("net.fabricmc:fabric-loader:${Versions.Mod.fabricLoader}")
|
||||||
|
|
||||||
setOf(
|
|
||||||
"fabric-lifecycle-events-v1",
|
|
||||||
"fabric-resource-loader-v0",
|
|
||||||
"fabric-api-base",
|
|
||||||
"fabric-command-api-v2",
|
|
||||||
"fabric-networking-api-v1"
|
|
||||||
).forEach { apiModule ->
|
|
||||||
val module = fabricApi.module(apiModule, Versions.Fabric.fabricAPI)
|
|
||||||
modImplementation(module)
|
|
||||||
include(module)
|
|
||||||
}
|
|
||||||
|
|
||||||
modImplementation("cloud.commandframework", "cloud-fabric", Versions.Libraries.cloud)
|
modImplementation("cloud.commandframework", "cloud-fabric", Versions.Libraries.cloud)
|
||||||
include("cloud.commandframework", "cloud-fabric", Versions.Libraries.cloud)
|
include("cloud.commandframework", "cloud-fabric", Versions.Libraries.cloud)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user