mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 03:56:41 +00:00
Fix a few bugs in tool commands
This commit is contained in:
@ -65,8 +65,8 @@ public class TreeGenerator {
|
||||
}
|
||||
},
|
||||
JUNGLE("Jungle tree", "jungle"),
|
||||
SMALL_JUNGLE("Small jungle tree", "shortjungle", "smalljungle"),
|
||||
SHORT_JUNGLE("Short jungle tree") {
|
||||
SMALL_JUNGLE("Small jungle tree", "smalljungle"),
|
||||
SHORT_JUNGLE("Short jungle tree", "shortjungle") {
|
||||
@Override
|
||||
public boolean generate(EditSession editSession, BlockVector3 pos) throws MaxChangedBlocksException {
|
||||
return SMALL_JUNGLE.generate(editSession, pos);
|
||||
|
Reference in New Issue
Block a user