🦀 fabric api gone 🦀

This commit is contained in:
Cloudburst
2021-06-01 14:18:32 +02:00
parent 906d65bdc6
commit 5e67699be5
2 changed files with 1 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
// Fabric API. This is technically optional, but you probably want it anyway. // Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" // modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them. // You may need to force-disable transitiveness on them.

View File

@@ -27,7 +27,6 @@
"depends": { "depends": {
"fabricloader": ">=0.7.4", "fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x", "minecraft": "1.16.x",
"meteor-client": "*" "meteor-client": "*"
} }