Green thumb now converts cobble walls to mossy cobble walls.

This commit is contained in:
Glitchfinder
2012-11-04 16:06:33 -08:00
parent 01fb245da3
commit c7b3b7a826
4 changed files with 6 additions and 0 deletions

View File

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