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;