[Fix] Crash when trinkets is not installed
This commit is contained in:
parent
442e4a438a
commit
50c305adc9
4 changed files with 5 additions and 5 deletions
|
@ -50,8 +50,9 @@ dependencies {
|
|||
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}"
|
||||
modCompileOnly "dev.emi:trinkets:${project.trinkets_version}"
|
||||
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue