geforkt von Mirrors/Paper
SPIGOT-7975: Fix issue with Pale Sapling growing
By: Doc <nachito94@msn.com>
Dieser Commit ist enthalten in:
Ursprung
6d16e47300
Commit
a4de181b77
@ -102,7 +102,7 @@
|
||||
+ BlockSapling.treeType = TreeType.TALL_MANGROVE;
|
||||
+ } else if (worldgentreeabstract == TreeFeatures.CHERRY || worldgentreeabstract == TreeFeatures.CHERRY_BEES_005) {
|
||||
+ BlockSapling.treeType = TreeType.CHERRY;
|
||||
+ } else if (worldgentreeabstract == TreeFeatures.PALE_OAK) {
|
||||
+ } else if (worldgentreeabstract == TreeFeatures.PALE_OAK || worldgentreeabstract == TreeFeatures.PALE_OAK_BONEMEAL) {
|
||||
+ BlockSapling.treeType = TreeType.PALE_OAK;
|
||||
+ } else if (worldgentreeabstract == TreeFeatures.PALE_OAK_CREAKING) {
|
||||
+ BlockSapling.treeType = TreeType.PALE_OAK_CREAKING;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren