Update build.gradle
Some checks failed
Java CI with Gradle / build (push) Has been cancelled

This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2024-10-04 11:34:57 +00:00
parent 331f142b7d
commit 6bdf63fd7c

View file

@ -35,7 +35,7 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation "carpet:fabric-carpet:${project.minecraft_version}-${project.carpet_core_version}"
modImplementation "carpet:fabric-carpet:${project.carpet_version}"
include(modImplementation('me.lucko:fabric-permissions-api:0.3.1'))
}