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" }