SPIGOT-6430: Fix fungi tree not generating

This commit is contained in:
DerFrZocker 2021-04-29 07:43:26 +10:00 committed by md_5
parent 69c8e78509
commit f3ed1ac1dc
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -734,10 +734,10 @@ public class CraftWorld implements World {
((BlockChorusFlower) Blocks.CHORUS_FLOWER).a(world, pos, rand, 8);
return true;
case CRIMSON_FUNGUS:
gen = BiomeDecoratorGroups.CRIMSON_FUNGI;
gen = BiomeDecoratorGroups.CRIMSON_FUNGI_PLANTED;
break;
case WARPED_FUNGUS:
gen = BiomeDecoratorGroups.WARPED_FUNGI;
gen = BiomeDecoratorGroups.WARPED_FUNGI_PLANTED;
break;
case TREE:
default: