0

Added definitions and support for all the various red sandstone blocks.

This commit is contained in:
Ean McLaughlin
2014-09-02 18:41:16 -06:00
committed by Andrew Chin
parent fd468f4cf3
commit ed09c5c965
2 changed files with 69 additions and 30 deletions

View File

@@ -262,6 +262,7 @@ is_stairs(int block) {
case 156: /* quartz stairs */
case 163: /* acacia wood stairs */
case 164: /* dark wood stairs */
case 180: /* red sandstone stairs */
return 1;
}
return 0;