fix fabric dev env

This commit is contained in:
Zoë
2023-11-23 16:42:45 -07:00
parent a2c51e99c2
commit 58fae9fee3

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 {