REI Compat
This commit is contained in:
@@ -16,6 +16,8 @@ repositories {
|
||||
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
|
||||
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
|
||||
// for more information about repositories.
|
||||
|
||||
maven { url "https://maven.shedaniel.me" }
|
||||
}
|
||||
|
||||
fabricApi {
|
||||
@@ -32,6 +34,11 @@ dependencies {
|
||||
|
||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
|
||||
modCompileOnly "me.shedaniel:RoughlyEnoughItems-api-fabric:16.0.777"
|
||||
modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-fabric:16.0.777"
|
||||
modApi "dev.architectury:architectury-fabric:13.0.8"
|
||||
modApi "me.shedaniel.cloth:cloth-config-fabric:15.0.140"
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user