Added data support for silverfish blocks.

This commit is contained in:
Wizjany
2011-09-17 14:11:59 -04:00
parent ece3934994
commit f7c5782fa9
2 changed files with 2 additions and 0 deletions

View File

@ -493,6 +493,7 @@ public final class BlockData {
case BlockID.LOG:
case BlockID.LONG_GRASS:
case BlockID.STONE_BRICK:
case BlockID.SILVERFISH_BLOCK:
return (data + increment) % 3;
case BlockID.TORCH: