mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 07:19:56 +03:00
11 lines
550 B
Diff
11 lines
550 B
Diff
--- ../src-base/minecraft/net/minecraft/world/biome/BiomeSavanna.java
|
|
+++ ../src-work/minecraft/net/minecraft/world/biome/BiomeSavanna.java
|
|
@@ -39,6 +39,7 @@
|
|
{
|
|
DOUBLE_PLANT_GENERATOR.setPlantType(BlockDoublePlant.EnumPlantType.GRASS);
|
|
|
|
+ if(net.minecraftforge.event.terraingen.TerrainGen.decorate(worldIn, rand, new net.minecraft.util.math.ChunkPos(pos), net.minecraftforge.event.terraingen.DecorateBiomeEvent.Decorate.EventType.GRASS))
|
|
for (int i = 0; i < 7; ++i)
|
|
{
|
|
int j = rand.nextInt(16) + 8;
|