9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-19 15:09:18 +00:00
This commit is contained in:
Brian Neumann-Fopiano
2023-08-31 14:50:49 -04:00
parent dcfd5a0cd8
commit 4d2d51edfa
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ plugins {
id "de.undercouch.download" version "5.0.1"
}
version '2.7.4-1.20.1'
version '2.7.6-1.20.1'
def nmsVersion = '1.20.1' //[NMS]
def apiVersion = '1.20'
def specialSourceVersion = '1.11.0' //[NMS]

View File

@@ -91,7 +91,7 @@ import java.util.Map;
@SuppressWarnings("CanBeFinal")
public class Iris extends VolmitPlugin implements Listener {
public static final String OVERWORLD_TAG = "3600";
public static final String OVERWORLD_TAG = "3620";
private static final Queue<Runnable> syncJobs = new ShurikenQueue<>();