mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-02 07:56:48 +00:00
v+
This commit is contained in:
parent
79e198d441
commit
3dff96152c
@ -24,7 +24,7 @@ plugins {
|
|||||||
id "de.undercouch.download" version "5.0.1"
|
id "de.undercouch.download" version "5.0.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
version '2.8.0-1.20.1'
|
version '2.8.1-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]
|
||||||
|
@ -98,7 +98,7 @@ import static com.volmit.iris.engine.safeguard.ServerBoot.passedserversoftware;
|
|||||||
|
|
||||||
@SuppressWarnings("CanBeFinal")
|
@SuppressWarnings("CanBeFinal")
|
||||||
public class Iris extends VolmitPlugin implements Listener {
|
public class Iris extends VolmitPlugin implements Listener {
|
||||||
public static final String OVERWORLD_TAG = "3700";
|
public static final String OVERWORLD_TAG = "3800";
|
||||||
|
|
||||||
private static final Queue<Runnable> syncJobs = new ShurikenQueue<>();
|
private static final Queue<Runnable> syncJobs = new ShurikenQueue<>();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user