mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +00:00
Fix ewg
This commit is contained in:
parent
0cf0d68026
commit
6bbe1c8518
@ -205,15 +205,6 @@ public class Iris extends MortarPlugin
|
|||||||
J.sr(this::tickQueue, 0);
|
J.sr(this::tickQueue, 0);
|
||||||
PaperLib.suggestPaper(this);
|
PaperLib.suggestPaper(this);
|
||||||
super.onEnable();
|
super.onEnable();
|
||||||
try
|
|
||||||
{
|
|
||||||
StructureObject.convert(getDataFile("rock.ewg"));
|
|
||||||
}
|
|
||||||
catch(ClassNotFoundException | IOException e)
|
|
||||||
{
|
|
||||||
// TODO Auto-generated catch block
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void sq(Runnable r)
|
public static void sq(Runnable r)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user