This commit is contained in:
neoapps-dev 2026-03-27 15:33:08 +03:00
parent a0bc73d162
commit 1550d42cfd

View file

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