diff --git a/build.gradle b/build.gradle index fa9f91c..fe5c2c4 100644 --- a/build.gradle +++ b/build.gradle @@ -25,11 +25,11 @@ dependencies { // Replace modImplementation with modApi if you expose components in your own API modImplementation "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-entity:2.6.0" modImplementation "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-base:2.6.0" - modImplementation 'com.github.tigereye504:modify-drops-api:0.2.0' + modImplementation 'com.github.tigereye504:modify-drops-api:0.2.1' // Includes Cardinal Components API as a Jar-in-Jar dependency (optional) include "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-entity:2.6.0" include "io.github.onyxstudios.Cardinal-Components-API:cardinal-components-base:2.6.0" - include 'com.github.tigereye504:modify-drops-api:0.2.0' + include 'com.github.tigereye504:modify-drops-api:0.2.1' } repositories { diff --git a/gradle.properties b/gradle.properties index ac259b9..601c61e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.9.3+build.207 # Mod Properties - mod_version = 1.2.3 + mod_version = 1.2.4 maven_group = net.tigereye.chestcavity archives_base_name = chestcavity