Skip to content

Commit

Permalink
Fixed build fail 2: Electric Boogaloo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeb072001 committed Jan 27, 2025
1 parent 2a1e944 commit 33037b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 107 deletions.
24 changes: 12 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,18 @@ dependencies {
//modImplementation "curse.maven:ftb-library-fabric-438495:${project.ftb_library_version}"

// Compat
modCompileOnly("com.github.apace100:origins-fabric:v${project.origins_version}") {
transitive = false
}
modCompileOnly("com.github.apace100:apoli:v${project.apoli_version}") {
transitive = false
}
modCompileOnly("com.github.apace100:calio:v${project.calio_version}") {
transitive = false
}
modCompileOnly("curse.maven:haema-391257:${project.haema_version}") {
transitive = false
}
//modCompileOnly("com.github.apace100:origins-fabric:v${project.origins_version}") {
// transitive = false
//}
//modCompileOnly("com.github.apace100:apoli:v${project.apoli_version}") {
// transitive = false
//}
//modCompileOnly("com.github.apace100:calio:v${project.calio_version}") {
// transitive = false
//}
//modCompileOnly("curse.maven:haema-391257:${project.haema_version}") {
// transitive = false
//}
modCompileOnly "mcp.mobius.waila:wthit-api:fabric-${project.wthit_version}"
}

Expand Down
95 changes: 0 additions & 95 deletions src/main/resources/data/terramine/tags/item/accessory.json

This file was deleted.

0 comments on commit 33037b1

Please sign in to comment.