0

Implement smooth sandstone stairs

This commit is contained in:
Nicolas F
2019-08-06 14:25:16 +02:00
parent 9193b66cdd
commit 3b96158fb4
5 changed files with 10 additions and 3 deletions

View File

@@ -294,6 +294,7 @@ enum mc_block_id {
block_mossy_cobblestone_stairs = 11371,
block_mossy_stone_brick_wall = 11372,
block_lantern = 11373,
block_smooth_sandstone_stairs = 11374,
};
typedef uint16_t mc_block_t;