mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-01 23:47:21 +00:00
V+ for iris overworld tweaks
This commit is contained in:
parent
fa3ac36e8c
commit
09182bf3f3
@ -24,7 +24,7 @@ plugins {
|
|||||||
id "de.undercouch.download" version "5.0.1"
|
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 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 = "3004";
|
public static final String OVERWORLD_TAG = "3005";
|
||||||
|
|
||||||
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