feat: add new tree types to tree tool and brush (#2286)

* feat: add new tree types
 - implements #2197

* Remove nonsensical test case

---------

Co-authored-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Jordan
2023-06-15 10:18:01 +02:00
committed by GitHub
parent 79a2c14caa
commit 51e238c352
2 changed files with 3 additions and 1 deletions

View File

@ -165,6 +165,9 @@ public final class TreeGenerator {
}
//FAWE end
},
MANGROVE("Mangrove tree", "mangrove"),
TALL_MANGROVE("Tall mangrove tree", "tall_mangrove"),
CHERRY("Cherry blossom", "cherry"),
RANDOM("Random tree", "rand", "random") {
@Override
public boolean generate(EditSession editSession, BlockVector3 pos) throws MaxChangedBlocksException {