Skip to content

Instantly share code, notes, and snippets.

@benjjo
Created December 4, 2016 23:35
Show Gist options
  • Save benjjo/0b0d51c4c52c0ab1ddfcafa9353f00fc to your computer and use it in GitHub Desktop.
Save benjjo/0b0d51c4c52c0ab1ddfcafa9353f00fc to your computer and use it in GitHub Desktop.
Minecraft Pi Dictionary list of useble stairs blocks.
stair_blocks = {
'BRICK_STAIRS': 108,
'COBBLESTONE_STAIRS': 67,
'NETHER_BRICK_STAIRS': 114,
'OAK_STAIRS': 53,
'OAK_STAIRS2': 59,
'QUARTZ_STAIRS': 156,
'SANDSTONE_STAIRS': 128,
'STONE_BRICK_STAIRS': 109,
'STONE_STAIRS': 67,
'WOOD_STAIRS': 53
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment