From d1accc4e09895e2c8aebc8ef2c8f92f093e6726b Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Tue, 13 Jul 2021 19:04:05 -0400 Subject: [PATCH] ffff --- build.gradle | 2 +- .../volmit/iris/manager/command/world/CommandIrisPregen.java | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 93ddbb6ad..f5a5b4bb9 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.volmit.iris' -version '1.4.14' +version '1.4.15' def apiVersion = '1.17' def name = 'Iris' def main = 'com.volmit.iris.Iris' diff --git a/src/main/java/com/volmit/iris/manager/command/world/CommandIrisPregen.java b/src/main/java/com/volmit/iris/manager/command/world/CommandIrisPregen.java index b15e09c18..69aba6b7f 100644 --- a/src/main/java/com/volmit/iris/manager/command/world/CommandIrisPregen.java +++ b/src/main/java/com/volmit/iris/manager/command/world/CommandIrisPregen.java @@ -1,9 +1,7 @@ package com.volmit.iris.manager.command.world; import com.volmit.iris.Iris; -import com.volmit.iris.pregen.GeneratorQueue; import com.volmit.iris.pregen.Pregenerator; -import com.volmit.iris.pregen.queue.QueuedWorld; import com.volmit.iris.util.KList; import com.volmit.iris.util.MortarCommand; import com.volmit.iris.util.MortarSender;