Skip to content

Instantly share code, notes, and snippets.

@benjjo
Created December 4, 2016 23:35
Show Gist options
  • Save benjjo/7bd25c5ae65ce34afbae7d63652d20d6 to your computer and use it in GitHub Desktop.
Save benjjo/7bd25c5ae65ce34afbae7d63652d20d6 to your computer and use it in GitHub Desktop.
Minecraft Pi Dictionary list of useble building blocks.
building_blocks = {
'AIR': 0,
'BEDROCK': 7,
'BEDROCK_INVISIBLE': 95,
'BRICK_BLOCK': 45,
'CHEST': 54,
'CLAY': 82,
'COAL_ORE': 16,
'COBBLESTONE': 4,
'CRAFTING_TABLE': 58,
'DIAMOND_BLOCK': 57,
'DIAMOND_ORE': 56,
'DIRT': 3,
'FURNACE_ACTIVE': 62,
'FURNACE_INACTIVE': 61,
'GLASS': 20,
'GLOWING_OBSIDIAN': 246,
'GLOWSTONE_BLOCK': 89,
'GOLD_BLOCK': 41,
'ICE': 79,
'IRON_BLOCK': 42,
'LAPIS_LAZULI_BLOCK': 22,
'LAPIS_LAZULI_ORE': 21,
'MELON': 103,
'MOSS_STONE': 48,
'NETHER_BRICK': 112,
'NETHER_REACTOR_CORE': 247,
'NETHERRACK': 87,
'OBSIDIAN': 49,
'QUARTZ_BLOCK': 155,
'REDSTONE_ORE': 73,
'SANDSTONE': 24,
'SNOW': 78,
'SNOW_BLOCK': 80,
'STONE': 1,
'STONE_BRICK': 98,
'STONE_CUTTER': 245,
'STONE_SLAB': 44,
'STONE_SLAB_DOUBLE': 43,
'TNT': 46,
'WOOD': 17,
'WOOL': 35
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment