Make cobble walls to mossy walls

This commit is contained in:
t00thpick1 2012-10-30 22:49:11 -03:00
parent a7f95e0293
commit dc47acda17

View File

@ -152,6 +152,7 @@ public class BlockChecks {
switch (block.getType()) { switch (block.getType()) {
case COBBLESTONE: case COBBLESTONE:
case DIRT: case DIRT:
case COBBLE_WALL
return true; return true;
case SMOOTH_BRICK: case SMOOTH_BRICK:
if (block.getData() == 0) { if (block.getData() == 0) {