mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-09 04:02:55 +00:00
nixy nix
This commit is contained in:
parent
a0bc73d162
commit
1550d42cfd
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue