mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-21 07:59:30 +00:00
v+
This commit is contained in:
@@ -24,7 +24,7 @@ plugins {
|
|||||||
id "de.undercouch.download" version "5.0.1"
|
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 nmsVersion = '1.20.1' //[NMS]
|
||||||
def apiVersion = '1.20'
|
def apiVersion = '1.20'
|
||||||
def specialSourceVersion = '1.11.0' //[NMS]
|
def specialSourceVersion = '1.11.0' //[NMS]
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
@SuppressWarnings("CanBeFinal")
|
@SuppressWarnings("CanBeFinal")
|
||||||
public class Iris extends VolmitPlugin implements Listener {
|
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<>();
|
private static final Queue<Runnable> syncJobs = new ShurikenQueue<>();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user