SPIGOT-7975: Fix issue with Pale Sapling growing

This commit is contained in:
Doc 2024-12-03 22:41:12 -03:00
parent c9f5a8fdf0
commit c294e05d7a
No known key found for this signature in database
GPG Key ID: 569482E14CAEBE86

View File

@ -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;