cleanup build script

This commit is contained in:
Jesse Boyd
2019-07-17 19:43:14 +10:00
parent 2da3367f3d
commit 08dead5a86
10 changed files with 142 additions and 134 deletions

View File

@ -490,7 +490,7 @@ public class RegionCommands {
@Switch(name = 's', desc = "Shift the selection to the target location")
boolean moveSelection,
@Switch(name = 'a', desc = "Ignore air blocks")
boolean ignoreAirBlocks
boolean ignoreAirBlocks,
@Switch(name='b', desc = "TODO") boolean copyBiomes,
@Switch(name='e', desc = "TODO") boolean skipEntities,