mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user