mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
Massive biome improvements
This commit is contained in:
@@ -19,12 +19,13 @@ import ninja.bytecode.shuriken.logging.L;
|
||||
public class Iris extends JavaPlugin implements Listener
|
||||
{
|
||||
public IrisControllerSet controllerSet;
|
||||
|
||||
public static Thread primaryThread;
|
||||
public static Settings settings;
|
||||
public static Iris instance;
|
||||
|
||||
public void onEnable()
|
||||
{
|
||||
primaryThread = Thread.currentThread();
|
||||
instance = this;
|
||||
controllerSet = new IrisControllerSet();
|
||||
L.consoleConsumer = (s) -> Bukkit.getConsoleSender().sendMessage(s);
|
||||
|
||||
Reference in New Issue
Block a user