Disable ore validation as it was casing issues with ores in incorrect dimensions. Also add endstone to ore clear command.

This commit is contained in:
modmuss50 2016-12-07 13:48:46 +00:00
parent 0208ec58f2
commit 85b174929c
2 changed files with 17 additions and 15 deletions

View file

@ -62,6 +62,7 @@ public class TechRebornDevCommand extends CommandBase {
blocksToRemove.add(Blocks.GRASS);
blocksToRemove.add(Blocks.DIRT);
blocksToRemove.add(Blocks.STONE);
blocksToRemove.add(Blocks.END_STONE);
for (int x = 0; x < 25; x++) {
for (int z = 0; z < 25; z++) {
for (int y = 0; y < playerMP.posY; y++) {