mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 02:03:59 +00:00
f
This commit is contained in:
parent
4a2f42437f
commit
e9eeb8335d
@ -255,6 +255,7 @@ public class IrisToolbelt {
|
||||
try {
|
||||
Method m = Class.forName("com.volmit.iris.core.tools.IrisToolbelt").getDeclaredMethod("deleteMantleData", World.class, int.class, int.class, int.class, Class.class);
|
||||
m.invoke(null, world, x, y, z, BlockData.class);
|
||||
m.invoke(null, world, x, y, z, String.class);
|
||||
} catch(Throwable ignored) {}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user