Add missed tree types for Minecraft 1.7. Adds BUKKIT-5042

The Minecraft 1.7 update added two new types of trees that weren't added
in the initial update to 1.7: MEGA_REDWOOD and TALL_BIRCH.

Pulled from PR #979
This commit is contained in:
BlackHole
2013-12-04 18:51:57 +01:00
committed by Nate Mortensen
parent fec13fc826
commit b9cc5c85d2

View File

@@ -57,4 +57,12 @@ public enum TreeType {
* Dark Oak tree.
*/
DARK_OAK,
/**
* Mega redwood tree; 4 blocks wide and tall
*/
MEGA_REDWOOD,
/**
* Tall birch tree
*/
TALL_BIRCH,
}