Fixed crafting issue

This commit is contained in:
Auxilor
2021-01-14 19:41:48 +00:00
parent 93ffd4f91c
commit 13742354e0

View File

@@ -7,7 +7,7 @@ plugins {
dependencies {
implementation project(":eco-core").getSubprojects()
implementation 'com.willfp:eco:1.3.0'
implementation 'com.willfp:eco:1.3.1'
}
allprojects {
@@ -48,7 +48,7 @@ allprojects {
}
dependencies {
compileOnly 'com.willfp:eco:1.3.0'
compileOnly 'com.willfp:eco:1.3.1'
compileOnly 'org.jetbrains:annotations:19.0.0'