mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 10:39:07 +00:00
f
This commit is contained in:
@@ -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) {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user