[Change] Disabled EMI and Trinkets support for now

This commit is contained in:
Frank 2023-12-19 12:43:45 +01:00
parent 103518caf5
commit 21434e8b98
10 changed files with 323 additions and 326 deletions

View file

@ -93,8 +93,8 @@ dependencies {
} else {
modImplementation "com.github.quiqueck:BCLib:${project.bclib_version}"
}
// modCompileOnly "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"
// modCompileOnly "me.shedaniel:RoughlyEnoughItems-api-fabric:${project.rei_version}"
modCompileOnly "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"
modCompileOnly "me.shedaniel:RoughlyEnoughItems-api-fabric:${project.rei_version}"
//needed for trinkets, otherwise BetterEnd would require users to install trinkets
// modApi "dev.onyxstudios.cardinal-components-api:cardinal-components-base:${project.cca_version}"