From 09182bf3f311a926531d4401bca4f2988f02c59d Mon Sep 17 00:00:00 2001 From: Brian Neumann-Fopiano Date: Thu, 13 Jul 2023 07:09:09 -0400 Subject: [PATCH 1/3] V+ for iris overworld tweaks --- build.gradle | 2 +- src/main/java/com/volmit/iris/Iris.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c6daebbce..9602be6f7 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ plugins { id "de.undercouch.download" version "5.0.1" } -version '2.7.2-1.20.1' +version '2.7.3-1.20.1' def nmsVersion = '1.20.1' //[NMS] def apiVersion = '1.20' def specialSourceVersion = '1.11.0' //[NMS] diff --git a/src/main/java/com/volmit/iris/Iris.java b/src/main/java/com/volmit/iris/Iris.java index 53395242a..513dfc1ba 100644 --- a/src/main/java/com/volmit/iris/Iris.java +++ b/src/main/java/com/volmit/iris/Iris.java @@ -91,7 +91,7 @@ import java.util.Map; @SuppressWarnings("CanBeFinal") public class Iris extends VolmitPlugin implements Listener { - public static final String OVERWORLD_TAG = "3004"; + public static final String OVERWORLD_TAG = "3005"; private static final Queue syncJobs = new ShurikenQueue<>(); From 73b710cddef8b0a3bfcce68a2e779583441aaf08 Mon Sep 17 00:00:00 2001 From: Brian Neumann-Fopiano Date: Sun, 16 Jul 2023 18:46:31 -0400 Subject: [PATCH 2/3] oraxen update --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9602be6f7..a6b2efe67 100644 --- a/build.gradle +++ b/build.gradle @@ -83,6 +83,7 @@ repositories { maven { url "https://mvn.lumine.io/repository/maven/" } maven { url "https://repo.triumphteam.dev/snapshots" } maven { url "https://repo.mineinabyss.com/releases" } + maven { url = 'https://hub.jeff-media.com/nexus/repository/jeff-media-public/' } } /** @@ -133,7 +134,7 @@ dependencies { implementation 'org.bukkit:craftbukkit:1.20.1-R0.1-SNAPSHOT:remapped-mojang' //[NMS] // Third Party Integrations - implementation 'com.github.oraxen:oraxen:1.152.5' + implementation 'com.github.oraxen:oraxen:1.158.0' implementation 'com.github.LoneDev6:api-itemsadder:3.4.1-r4' implementation 'me.clip:placeholderapi:2.11.3' //implementation files('libs/CustomItems.jar') From 4d8e36cb0554f23b9e61ab42abc862bc92cacf6c Mon Sep 17 00:00:00 2001 From: Brian Fopiano <29320316+NextdoorPsycho@users.noreply.github.com> Date: Mon, 24 Jul 2023 04:34:17 -0400 Subject: [PATCH 3/3] Update bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 8f4cab4dc..4de1b3040 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -40,6 +40,9 @@ body: - 1.17.1 - 1.18 - 1.19 + - 1.20 + - 1.21 + - 1.22 validations: required: true - type: input