Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
268 B · 11 lines
C++
at main
1234567891011#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;}