Disabled REI as it crashes with release 1.19

This commit is contained in:
Frank 2022-06-08 01:26:32 +02:00
parent 170608fef5
commit bddfa09b12
13 changed files with 812 additions and 822 deletions

View file

@ -47,8 +47,8 @@ dependencies {
modImplementation "com.github.quiqueck:BCLib:${project.bclib_version}"
}
useOptional "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"
useOptional "me.shedaniel:RoughlyEnoughItems-api-fabric:${project.rei_version}"
// useOptional "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"
//useOptional "me.shedaniel:RoughlyEnoughItems-api-fabric:${project.rei_version}"
}
def useOptional(String dep) {