From fc8bd2f8f62002ff5213cad7cd705cce4563b9a7 Mon Sep 17 00:00:00 2001 From: David Troyer Date: Mon, 28 Sep 2020 18:19:42 -0700 Subject: [PATCH] updated dependencies --- build.gradle | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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