From 1550d42cfdd50fe786c7227cbdff270d7cf59961 Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Fri, 27 Mar 2026 15:33:08 +0300 Subject: [PATCH] nixy nix --- Minecraft.World/BiomeDecorator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}