SPIGOT-7737: Add separate TreeType.MEGA_PINE
This commit is contained in:
parent
0dae4c62c3
commit
ee95e171a0
@ -91,7 +91,7 @@
|
||||
+ } else if (worldgentreeabstract == TreeFeatures.MEGA_SPRUCE) {
|
||||
+ BlockSapling.treeType = TreeType.MEGA_REDWOOD;
|
||||
+ } else if (worldgentreeabstract == TreeFeatures.MEGA_PINE) {
|
||||
+ BlockSapling.treeType = TreeType.MEGA_REDWOOD;
|
||||
+ BlockSapling.treeType = TreeType.MEGA_PINE;
|
||||
+ } else if (worldgentreeabstract == TreeFeatures.MEGA_JUNGLE_TREE) {
|
||||
+ BlockSapling.treeType = TreeType.JUNGLE;
|
||||
+ } else if (worldgentreeabstract == TreeFeatures.AZALEA_TREE) {
|
||||
|
@ -244,6 +244,9 @@ public abstract class CraftRegionAccessor implements RegionAccessor {
|
||||
gen = TreeFeatures.DARK_OAK;
|
||||
break;
|
||||
case MEGA_REDWOOD:
|
||||
gen = TreeFeatures.MEGA_SPRUCE;
|
||||
break;
|
||||
case MEGA_PINE:
|
||||
gen = TreeFeatures.MEGA_PINE;
|
||||
break;
|
||||
case TALL_BIRCH:
|
||||
|
Loading…
x
Reference in New Issue
Block a user