mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
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:
parent
be55b4f5b8
commit
ecd5a02753
1 changed files with 8 additions and 0 deletions
|
@ -57,4 +57,12 @@ public enum TreeType {
|
||||||
* Dark Oak tree.
|
* Dark Oak tree.
|
||||||
*/
|
*/
|
||||||
DARK_OAK,
|
DARK_OAK,
|
||||||
|
/**
|
||||||
|
* Mega redwood tree; 4 blocks wide and tall
|
||||||
|
*/
|
||||||
|
MEGA_REDWOOD,
|
||||||
|
/**
|
||||||
|
* Tall birch tree
|
||||||
|
*/
|
||||||
|
TALL_BIRCH,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue