diff --git a/Minecraft.World/BiomeDecorator.cpp b/Minecraft.World/BiomeDecorator.cpp index add156e88..3ac8fbe7b 100644 --- a/Minecraft.World/BiomeDecorator.cpp +++ b/Minecraft.World/BiomeDecorator.cpp @@ -229,14 +229,6 @@ void BiomeDecorator::decorate() reedsFeature->place(level, random, x, y, z); } - for (int i = 0; i < 10; i++) - { - int x = xo + random->nextInt(16) + 8; - int y = random->nextInt(Level::genDepth); - int z = zo + random->nextInt(16) + 8; - reedsFeature->place(level, random, x, y, z); - } - if (random->nextInt(32) == 0) { int x = xo + random->nextInt(16) + 8;