fix dev env by having fabric api at runtime

This commit is contained in:
Zoë Gidiere
2023-11-17 14:57:14 -07:00
parent f86d4bae32
commit 94bf67d09d

View File

@@ -29,6 +29,8 @@ dependencies {
modImplementation("cloud.commandframework", "cloud-fabric", Versions.Libraries.cloud)
include("cloud.commandframework", "cloud-fabric", Versions.Libraries.cloud)
modRuntimeOnly("net.fabricmc.fabric-api", "fabric-api", Versions.Fabric.fabricAPI)
}
loom {