Fix fabric

This commit is contained in:
Zoë Gidiere
2025-06-14 00:45:32 -06:00
parent bd253ea5d2
commit 6984dc29d0
5 changed files with 20 additions and 49 deletions
+4 -4
View File
@@ -15,10 +15,10 @@ dependencies {
minecraft("com.mojang:minecraft:${Versions.Mod.minecraft}")
mappings("net.fabricmc:yarn:${Versions.Mod.yarn}:v2")
modImplementation("org.incendo", "cloud-fabric", Versions.Fabric.cloud) {
exclude("net.fabricmc")
exclude("net.fabricmc.fabric-api")
}
// modImplementation("org.incendo", "cloud-fabric", Versions.Fabric.cloud) {
// exclude("net.fabricmc")
// exclude("net.fabricmc.fabric-api")
// }
}
loom {