99 broken blocks in the world, 99 brocken blocks. Track one down, patch it around, 100 broken blocks in the world.

This commit is contained in:
Scetch 2016-03-30 09:22:52 -04:00
parent bb1f10dd1b
commit 35d9a2aefa
2 changed files with 389 additions and 272 deletions

View File

@ -176,7 +176,7 @@ impl Server {
for z in -7*16 .. 7*16 {
let h = rng.gen_range(3, 10);
for y in 0 .. h {
server.world.set_block(x, y, z, block::Dirt{});
server.world.set_block(x, y, z, block::Dirt{ snowy: false, variant: block::DirtVariant::Normal });
}
}
}

File diff suppressed because it is too large Load Diff