Skip to content

Commit

Permalink
Don't require Fabric API
Browse files Browse the repository at this point in the history
  • Loading branch information
voruti committed Jun 29, 2022
1 parent 58c1cb6 commit 5ab9428
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
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}") {
exclude group: "net.fabricmc.fabric-api", module: "fabric-gametest-api-v1"
}
}

processResources {
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
],
"depends": {
"fabricloader": ">=0.14.8",
"fabric": "*",
"minecraft": ">=1.19"
}
}

0 comments on commit 5ab9428

Please sign in to comment.