diff --git a/Minecraft.World/BiomeDecorator.cpp b/Minecraft.World/BiomeDecorator.cpp index ab37d97f..f276c8c9 100644 --- a/Minecraft.World/BiomeDecorator.cpp +++ b/Minecraft.World/BiomeDecorator.cpp @@ -5,7 +5,7 @@ #include "net.minecraft.world.level.biome.h" #include "Rose.h" #include "TallGrass.h" -#include "Tallgrass2.h" +#include "TallGrass2.h" #include "DoublePlantFeature.h" BiomeDecorator::BiomeDecorator(Biome *biome) @@ -393,4 +393,4 @@ void BiomeDecorator::decorateOres() decorateDepthSpan(1, diamondOreFeature, 0, Level::genDepth / 8); decorateDepthAverage(1, lapisOreFeature, Level::genDepth / 8, Level::genDepth / 8); level->setInstaTick(false); -} \ No newline at end of file +}