Skip to content

Commit

Permalink
v+
Browse files Browse the repository at this point in the history
  • Loading branch information
NextdoorPsycho committed Oct 23, 2023
1 parent 79e198d commit 3dff961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {
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 apiVersion = '1.20'
def specialSourceVersion = '1.11.0' //[NMS]
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/volmit/iris/Iris.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

@SuppressWarnings("CanBeFinal")
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<>();

Expand Down

0 comments on commit 3dff961

Please sign in to comment.