mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-01 17:13:37 +00:00
8 lines
240 B
C++
8 lines
240 B
C++
#include "../../Platform/stdafx.h"
|
|
#include "../../Headers/net.minecraft.world.level.biome.h"
|
|
|
|
PlainsBiome::PlainsBiome(int id) : Biome(id) {
|
|
decorator->treeCount = -999;
|
|
decorator->flowerCount = 4;
|
|
decorator->grassCount = 10;
|
|
} |