Skip to content

Commit

Permalink
refactor: drop fabric-api requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-soporan committed Sep 12, 2021
1 parent 0d018ac commit 98ba4b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Expand Up @@ -26,9 +26,6 @@ dependencies {
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

// Fabric API. This is technically optional, but you probably want it anyway.
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.
// You may need to force-disable transitiveness on them.

Expand Down
1 change: 0 additions & 1 deletion src/main/resources/fabric.mod.json
Expand Up @@ -34,7 +34,6 @@
"depends": {
"cloth-config2": ">=5.0",
"fabricloader": ">=0.11.3",
"fabric": "*",
"minecraft": "1.17.x",
"java": ">=16"
},
Expand Down

0 comments on commit 98ba4b8

Please sign in to comment.