TestBlockPaste-Without-Water #146
@ -173,7 +173,7 @@ public class FlatteningWrapper15 implements FlatteningWrapper {
|
|||||||
} catch (WorldEditException ex) {
|
} catch (WorldEditException ex) {
|
||||||
throw new RuntimeException(ex);
|
throw new RuntimeException(ex);
|
||||||
}
|
}
|
||||||
if (blockName.startsWith("minecraft:tnt")) return false;
|
if (blockName.startsWith("minecraft:tnt") && pasteOptions.isRemoveTNT()) return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren