mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-07-13 22:28:17 +00:00
removed git history
This commit is contained in:
11
Minecraft.World/PlainsBiome.cpp
Normal file
11
Minecraft.World/PlainsBiome.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "stdafx.h"
|
||||
#include "net.minecraft.world.level.biome.h"
|
||||
|
||||
PlainsBiome::PlainsBiome(int id) : Biome(id)
|
||||
{
|
||||
friendlies.push_back(new MobSpawnerData(eTYPE_HORSE, 5, 2, 6));
|
||||
|
||||
decorator->treeCount = -999;
|
||||
decorator->flowerCount = 4;
|
||||
decorator->grassCount = 10;
|
||||
}
|
||||
Reference in New Issue
Block a user