aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorlantice3720 <65650884+lantice3720@users.noreply.github.com>2023-05-18 01:25:41 +0900
committerlantice3720 <65650884+lantice3720@users.noreply.github.com>2023-05-18 01:25:41 +0900
commit506a4b1e80a16846b5404d1ae47a23afcf6b784e (patch)
tree8a6ce910d7294ec1e3cfc11af12f20476c562f37 /build.gradle
parent1f98f045e18fbb99471de36b488762a315e00cf3 (diff)
downloadSkyblocker-506a4b1e80a16846b5404d1ae47a23afcf6b784e.tar.gz
Skyblocker-506a4b1e80a16846b5404d1ae47a23afcf6b784e.tar.bz2
Skyblocker-506a4b1e80a16846b5404d1ae47a23afcf6b784e.zip
Added crafting requirement text, fixed dependency
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index c0ba2b6a..5ee08867 100644
--- a/build.gradle
+++ b/build.gradle
@@ -51,7 +51,7 @@ dependencies {
modImplementation "com.terraformersmc:modmenu:${project.mod_menu_version}"
// REI
- modImplementation "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"
+ modCompileOnly "me.shedaniel:RoughlyEnoughItems-api-fabric:${project.rei_version}"
modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"
// Fabric API. This is technically optional, but you probably want it anyway.