mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-12 12:25:03 +08:00
The /green command should now only affect dirt on the top layer.
This commit is contained in:
parent
2b94ddf7ed
commit
93620ec168
@ -2082,6 +2082,7 @@ public int green(Vector pos, double radius)
|
||||
if (setBlock(pt, grass)) {
|
||||
++affected;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user