Removing architectury API

This commit is contained in:
axolotlmaid 2024-05-11 18:48:58 +01:00
parent 6b632ee4b1
commit 358eba97b9
5 changed files with 9 additions and 9 deletions

View file

@ -25,10 +25,10 @@ dependencies {
// Do NOT use other classes from fabric loader
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
// Remove the next line if you don't want to depend on the API
modApi "dev.architectury:architectury:${rootProject.architectury_version}"
// modApi "dev.architectury:architectury:${rootProject.architectury_version}"
// sodium
modImplementation "maven.modrinth:sodium:mc1.20.4-0.5.8"
modImplementation "maven.modrinth:sodium:mc1.16.5-0.2.0"
}
publishing {