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:
parent
0208ec58f2
commit
85b174929c
2 changed files with 17 additions and 15 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue