9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-23 00:59:16 +00:00

Rename & rewrite, add limits & checks, better delete

This commit is contained in:
CocoTheOwner
2021-07-18 18:00:10 +02:00
parent 944ef83805
commit af1b17cb98
4 changed files with 74 additions and 51 deletions

View File

@@ -77,7 +77,7 @@ public class Iris extends VolmitPlugin implements Listener {
public static BKLink linkBK;
public static MultiverseCoreLink linkMultiverseCore;
public static MythicMobsLink linkMythicMobs;
public static SaplingManager saplingManager;
public static TreeManager saplingManager;
private static final Queue<Runnable> syncJobs = new ShurikenQueue<>();
public static boolean customModels = doesSupportCustomModels();
public static boolean awareEntities = doesSupportAwareness();
@@ -233,7 +233,7 @@ public class Iris extends VolmitPlugin implements Listener {
linkMultiverseCore = new MultiverseCoreLink();
linkBK = new BKLink();
linkMythicMobs = new MythicMobsLink();
saplingManager = new SaplingManager();
saplingManager = new TreeManager();
edit = new EditManager();
configWatcher = new FileWatcher(getDataFile("settings.json"));
J.a(() -> IO.delete(getTemp()));