Skip to content

Commit

Permalink
bye bye fabricapi
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Jan 24, 2024
1 parent 9ab4a0f commit ef3e8ba
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Expand Up @@ -104,7 +104,6 @@ jobs:
${{ steps.read_property.outputs.minecraft_version }}
dependencies: |
fabric-api
cloth-config
modmenu(optional)
Expand Down
File renamed without changes.
6 changes: 2 additions & 4 deletions fabric/build.gradle
Expand Up @@ -21,11 +21,9 @@ configurations {

dependencies {
modImplementation "net.fabricmc:fabric-loader:${rootProject.loader_version}"
modApi "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_api_version}"
// modApi "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_api_version}"

modApi("com.terraformersmc:modmenu:${rootProject.modmenu_version}") {
exclude(group: "net.fabricmc.fabric-api")
}
modApi "com.terraformersmc:modmenu:${rootProject.modmenu_version}"

modApi("me.shedaniel.cloth:cloth-config-fabric:${rootProject.cloth_config_version}") {
exclude(group: "net.fabricmc.fabric-api")
Expand Down
1 change: 0 additions & 1 deletion fabric/src/main/resources/fabric.mod.json
Expand Up @@ -40,7 +40,6 @@
"rrls-common.mixins.json"
],
"depends": {
"fabric-api": "*",
"minecraft": "~1.20",
"cloth-config": "*"
},
Expand Down

0 comments on commit ef3e8ba

Please sign in to comment.