Skip to content

Commit 40d0422

Browse files
authored
Add pale oak tree variants (#3087)
1 parent c522860 commit 40d0422

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

worldedit-core/src/main/java/com/sk89q/worldedit/util/TreeGenerator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ public boolean canGenerateOn(BlockType type) {
168168
MANGROVE("Mangrove tree", "mangrove"),
169169
TALL_MANGROVE("Tall mangrove tree", "tall_mangrove"),
170170
CHERRY("Cherry blossom", "cherry"),
171+
PALE_OAK("Pale oak tree", "pale_oak"),
172+
PALE_OAK_CREAKING("Pale oak creaking tree", "pale_oak_creaking"),
171173
RANDOM("Random tree", "rand", "random") {
172174
@Override
173175
public boolean generate(EditSession editSession, BlockVector3 pos) throws MaxChangedBlocksException {

0 commit comments

Comments
 (0)