removed spawner test command
This commit is contained in:
parent
9e61718500
commit
981fd438c3
1 changed files with 3 additions and 3 deletions
|
@ -158,14 +158,14 @@ class PlaceCommandBuilder {
|
|||
);
|
||||
|
||||
|
||||
final var testSpaner = Commands.literal("spawner")
|
||||
.then(pos.get().executes(cc -> placeSpawner(cc)));
|
||||
// final var testSpaner = Commands.literal("spawner")
|
||||
// .then(pos.get().executes(cc -> placeSpawner(cc)));
|
||||
|
||||
command
|
||||
.then(nbtTree)
|
||||
.then(emptyTree)
|
||||
.then(jigsawTree)
|
||||
.then(testSpaner);
|
||||
;
|
||||
}
|
||||
|
||||
private <T> RequiredArgumentBuilder<CommandSourceStack, T> addOptionalsAndExecute(
|
||||
|
|
Loading…
Reference in a new issue