mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-29 00:26:45 +01:00
Make cobble walls to mossy walls
This commit is contained in:
parent
a7f95e0293
commit
dc47acda17
@ -152,6 +152,7 @@ public class BlockChecks {
|
||||
switch (block.getType()) {
|
||||
case COBBLESTONE:
|
||||
case DIRT:
|
||||
case COBBLE_WALL
|
||||
return true;
|
||||
case SMOOTH_BRICK:
|
||||
if (block.getData() == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user