Files
LazyByteDev b40d5e9d01 src stuff
2026-03-02 03:31:00 -05:00

9 lines
202 B
C++

#include "stdafx.h"
#include "net.minecraft.world.level.biome.h"
PlainsBiome::PlainsBiome(int id) : Biome(id)
{
decorator->treeCount = -999;
decorator->flowerCount = 4;
decorator->grassCount = 10;
}