Fix dependency
This commit is contained in:
parent
8066d9c990
commit
228be812e3
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -27,4 +27,5 @@ bin/
|
||||||
# fabric
|
# fabric
|
||||||
|
|
||||||
run/
|
run/
|
||||||
output/
|
output/
|
||||||
|
*.log
|
||||||
|
|
|
@ -16,7 +16,7 @@ dependencies {
|
||||||
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_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"
|
modCompileOnly "me.shedaniel:RoughlyEnoughItems-api:5.6.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue