Fix dependency

This commit is contained in:
Aleksey 2020-10-06 21:27:48 +03:00
parent 8066d9c990
commit 228be812e3
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -28,3 +28,4 @@ bin/
run/
output/
*.log

View file

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