Removed short grass from the Marsh
This commit is contained in:
parent
560ae5551a
commit
2278082d41
4 changed files with 0 additions and 9 deletions
|
@ -59,13 +59,4 @@ public class BiomeGenMarsh extends BiomeGenBase
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets a WorldGen appropriate for this biome.
|
|
||||||
*/
|
|
||||||
@Override
|
|
||||||
public WorldGenerator getRandomWorldGenForGrass(Random par1Random)
|
|
||||||
{
|
|
||||||
return par1Random.nextInt(2) == 0 ? new WorldGenTallGrass(Block.tallGrass.blockID, 1) : new WorldGenTallGrass(Blocks.foliage.get().blockID, 1);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 456 B |
Binary file not shown.
Before Width: | Height: | Size: 610 B After Width: | Height: | Size: 592 B |
Binary file not shown.
Before Width: | Height: | Size: 511 B After Width: | Height: | Size: 494 B |
Loading…
Reference in a new issue