Skip to content

Commit

Permalink
Replace modapi with modimplementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Provismet committed Aug 17, 2024
1 parent f9ffdab commit 0d8eed4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_version}") {
modImplementation("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_version}") {
exclude(group: "net.fabricmc.fabric-api")
}
modApi "com.terraformersmc:modmenu:${project.modmenu_version}"
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"

implementation 'com.illposed.osc:javaosc-core:0.8'
include 'com.illposed.osc:javaosc-core:0.8'
implementation 'com.illposed.osc:javaosc-core:0.9'
include 'com.illposed.osc:javaosc-core:0.9'
}

processResources {
Expand Down

0 comments on commit 0d8eed4

Please sign in to comment.