removed spawner test command

This commit is contained in:
Frank 2023-06-07 21:48:12 +02:00
parent 9e61718500
commit 981fd438c3

View file

@ -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(