From 228be812e3caf813a25fa40482b4dcc5714d6a7c Mon Sep 17 00:00:00 2001 From: Aleksey Date: Tue, 6 Oct 2020 21:27:48 +0300 Subject: [PATCH] Fix dependency --- .gitignore | 3 ++- build.gradle | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e61b1a87..6019df58 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,5 @@ bin/ # fabric run/ -output/ \ No newline at end of file +output/ +*.log diff --git a/build.gradle b/build.gradle index d6c924b8..e21f9a8b 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ dependencies { modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - modRuntime "me.shedaniel:RoughlyEnoughItems:5.6.0" + modCompileOnly "me.shedaniel:RoughlyEnoughItems:5.6.0" modCompileOnly "me.shedaniel:RoughlyEnoughItems-api:5.6.0" }