Skip to content

Commit

Permalink
remove fabric-api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rotgruengelb committed Oct 28, 2023
1 parent 467c6a2 commit be480c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ allprojects {
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
mappings "net.fabricmc:yarn:${rootProject.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${rootProject.loader_version}"

modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
}

processResources {
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"depends": {
"fabricloader": ">=0.14.22",
"minecraft": "1.20.X",
"java": ">=17",
"fabric-api": "*"
"java": ">=17"
}
}

0 comments on commit be480c6

Please sign in to comment.