We do a little commonifying

This commit is contained in:
Zoë Gidiere
2023-09-13 16:03:15 -06:00
parent 5eeb5af6c4
commit 0e37a839fe
8 changed files with 69 additions and 92 deletions
@@ -15,6 +15,11 @@ dependencies {
minecraft("com.mojang:minecraft:${Versions.Mod.minecraft}")
mappings("net.fabricmc:yarn:${Versions.Mod.yarn}:v2")
modImplementation("cloud.commandframework", "cloud-fabric", Versions.Libraries.cloud) {
exclude("net.fabricmc")
exclude("net.fabricmc.fabric-api")
}
}
loom {