REI Compat

This commit is contained in:
Vos
2025-11-23 17:43:27 -06:00
parent c9318421b4
commit 188ebe8bef
8 changed files with 141 additions and 1 deletions
+7
View File
@@ -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"
}