Skip to content

Commit

Permalink
Remove Fabric API
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthegreat1 committed Jan 13, 2024
1 parent 585d5b8 commit 6266718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
testImplementation "net.fabricmc:fabric-loader-junit:${project.loader_version}"

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

modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
modImplementation "gg.essential:essential-${project.essential_minecraft_version}-fabric:${project.essential_version}"
}
Expand Down
5 changes: 2 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@
},

"depends": {
"fabricloader": ">=0.14.22",
"fabric": "*",
"minecraft": "~1.20.2",
"fabricloader": ">=0.15",
"minecraft": ">=1.20.3",
"java": ">=17"
}
}

0 comments on commit 6266718

Please sign in to comment.