::RECIPES = { 'paper' => { :amount => 3, :ingredients => { 'reed' => 3, } }, 'book' => { :amount => 1, :ingredients => { 'paper' => 3, } }, 'fence' => { :amount => 2, :ingredients => { 'stick' => 6, } }, 'netherFence' => { :amount => 6, :ingredients => { 'netherBrick' => 6, } }, 'fenceGate' => { :amount => 1, :ingredients => { 'planks' => 2, 'stick' => 4, } }, 'jukebox' => { :amount => 1, :ingredients => { 'diamond' => 1, 'planks' => 8, } }, 'music' => { :amount => 1, :ingredients => { 'redstone' => 1, 'planks' => 8, } }, 'bookShelf' => { :amount => 1, :ingredients => { 'book' => 3, 'planks' => 6, } }, 'blockSnow' => { :amount => 1, :ingredients => { 'snowball' => 4, } }, 'blockClay' => { :amount => 1, :ingredients => { 'clay' => 4, } }, 'brick' => { :amount => 1, :ingredients => { 'brick' => 4, } }, 'glowStone' => { :amount => 1, :ingredients => { 'lightStoneDust' => 4, } }, 'cloth' => { :amount => 1, :ingredients => { 'silk' => 4, } }, 'tnt' => { :amount => 1, :ingredients => { 'gunpowder' => 5, 'sand' => 4, } }, 'stairSingle' => { :amount => 3, :ingredients => { 'cobblestone' => 3, } }, 'stairSingle' => { :amount => 3, :ingredients => { 'stone' => 3, } }, 'stairSingle' => { :amount => 3, :ingredients => { 'sandStone' => 3, } }, 'stairSingle' => { :amount => 3, :ingredients => { 'planks' => 3, } }, 'stairSingle' => { :amount => 3, :ingredients => { 'brick' => 3, } }, 'stairSingle' => { :amount => 3, :ingredients => { 'stoneBrick' => 3, } }, 'ladder' => { :amount => 2, :ingredients => { 'stick' => 7, } }, 'doorWood' => { :amount => 1, :ingredients => { 'planks' => 6, } }, 'trapdoor' => { :amount => 2, :ingredients => { 'planks' => 6, } }, 'doorSteel' => { :amount => 1, :ingredients => { 'ingotIron' => 6, } }, 'sign' => { :amount => 1, :ingredients => { 'planks' => 6, 'stick' => 1, } }, 'cake' => { :amount => 1, :ingredients => { 'egg' => 1, 'sugar' => 2, 'wheat' => 3, 'bucketMilk' => 3, } }, 'sugar' => { :amount => 1, :ingredients => { 'reed' => 1, } }, 'planks' => { :amount => 4, :ingredients => { 'wood' => 1, } }, 'stick' => { :amount => 4, :ingredients => { 'planks' => 2, } }, 'torchWood' => { :amount => 4, :ingredients => { 'coal' => 1, 'stick' => 1, } }, 'torchWood' => { :amount => 4, :ingredients => { 'stick' => 1, } }, 'bowlEmpty' => { :amount => 4, :ingredients => { 'planks' => 3, } }, 'glassBottle' => { :amount => 3, :ingredients => { 'glass' => 3, } }, 'rail' => { :amount => 16, :ingredients => { 'ingotIron' => 6, 'stick' => 1, } }, 'railPowered' => { :amount => 6, :ingredients => { 'ingotGold' => 6, 'redstone' => 1, 'stick' => 1, } }, 'railDetector' => { :amount => 6, :ingredients => { 'pressurePlateStone' => 1, 'redstone' => 1, 'ingotIron' => 6, } }, 'minecartEmpty' => { :amount => 1, :ingredients => { 'ingotIron' => 5, } }, 'cauldron' => { :amount => 1, :ingredients => { 'ingotIron' => 7, } }, 'brewingStand' => { :amount => 1, :ingredients => { 'blazeRod' => 1, 'cobblestone' => 3, } }, 'pumpkinLantern' => { :amount => 1, :ingredients => { 'pumpkin' => 1, 'torchWood' => 1, } }, 'minecartCrate' => { :amount => 1, :ingredients => { 'minecartEmpty' => 1, 'chest' => 1, } }, 'minecartPowered' => { :amount => 1, :ingredients => { 'minecartEmpty' => 1, 'stoneOvenIdle' => 1, } }, 'boat' => { :amount => 1, :ingredients => { 'planks' => 5, } }, 'bucketEmpty' => { :amount => 1, :ingredients => { 'ingotIron' => 3, } }, 'flintAndSteel' => { :amount => 1, :ingredients => { 'ingotIron' => 1, 'flint' => 1, } }, 'bread' => { :amount => 1, :ingredients => { 'wheat' => 3, } }, 'stairCompactPlanks' => { :amount => 4, :ingredients => { 'planks' => 6, } }, 'fishingRod' => { :amount => 1, :ingredients => { 'silk' => 2, 'stick' => 3, } }, 'stairCompactCobblestone' => { :amount => 4, :ingredients => { 'cobblestone' => 6, } }, 'stairsBrick' => { :amount => 4, :ingredients => { 'brick' => 6, } }, 'stairsStoneBrickSmooth' => { :amount => 4, :ingredients => { 'stoneBrick' => 6, } }, 'stairsNetherBrick' => { :amount => 4, :ingredients => { 'netherBrick' => 6, } }, 'painting' => { :amount => 1, :ingredients => { 'cloth' => 1, 'stick' => 8, } }, 'appleGold' => { :amount => 1, :ingredients => { 'appleRed' => 1, 'blockGold' => 8, } }, 'lever' => { :amount => 1, :ingredients => { 'cobblestone' => 1, 'stick' => 1, } }, 'torchRedstoneActive' => { :amount => 1, :ingredients => { 'redstone' => 1, 'stick' => 1, } }, 'redstoneRepeater' => { :amount => 1, :ingredients => { 'stone' => 3, 'redstone' => 1, 'torchRedstoneActive' => 2, } }, 'pocketSundial' => { :amount => 1, :ingredients => { 'ingotGold' => 4, 'redstone' => 1, } }, 'compass' => { :amount => 1, :ingredients => { 'redstone' => 1, 'ingotIron' => 4, } }, 'map' => { :amount => 1, :ingredients => { 'paper' => 8, 'compass' => 1, } }, 'button' => { :amount => 1, :ingredients => { 'stone' => 2, } }, 'pressurePlateStone' => { :amount => 1, :ingredients => { 'stone' => 2, } }, 'pressurePlatePlanks' => { :amount => 1, :ingredients => { 'planks' => 2, } }, 'dispenser' => { :amount => 1, :ingredients => { 'redstone' => 1, 'bow' => 1, 'cobblestone' => 7, } }, 'pistonBase' => { :amount => 1, :ingredients => { 'redstone' => 1, 'ingotIron' => 1, 'cobblestone' => 4, 'planks' => 3, } }, 'pistonStickyBase' => { :amount => 1, :ingredients => { 'pistonBase' => 1, 'slimeBall' => 1, } }, 'bed' => { :amount => 1, :ingredients => { 'cloth' => 3, 'planks' => 3, } }, 'enchantmentTable' => { :amount => 1, :ingredients => { 'book' => 1, 'obsidian' => 4, 'diamond' => 2, } }, }