goddamn you

This commit is contained in:
Vaern 2022-04-21 20:07:11 -07:00
parent 115431ae00
commit d3fe07f0df

View File

@ -59,7 +59,7 @@ public class BlockUberConcrete extends BlockBase {
if(rand.nextInt(meta + 1) > 0) if(rand.nextInt(meta + 1) > 0)
return; return;
/*if(meta < 15) { if(meta < 15) {
world.setBlockMetadataWithNotify(x, y, z, meta + 1, 3); world.setBlockMetadataWithNotify(x, y, z, meta + 1, 3);
} else { } else {
world.setBlockToAir(x, y, z); world.setBlockToAir(x, y, z);
@ -86,6 +86,6 @@ public class BlockUberConcrete extends BlockBase {
} }
world.setBlock(x, y, z, ModBlocks.concrete_super_broken); world.setBlock(x, y, z, ModBlocks.concrete_super_broken);
}*/ }
} }
} }