Change "{furnace fuel}" to just "furnace fuel"

This commit is contained in:
Andrew Miner
2015-01-04 21:26:25 -08:00
parent 13b9874afd
commit bba161445d
4 changed files with 31 additions and 35 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ describe 'CraftingPlan', ->
{ input:[[2, 'Oak Plank']], output:[[4, 'Stick']] }
{ input:[[4, 'Oak Plank']], output:'Crafting Table' }
{ input:[[8, 'Cobblestone']], tools:'Crafting Table', output:'Furnace' }
{ input:['Iron Ore', '{furnace fuel}'], tools:'Furnace', output:'Iron Ingot' }
{ input:['Iron Ore', 'furnace fuel'], tools:'Furnace', output:'Iron Ingot' }
{ input:[[2, 'Iron Ingot'], 'Stick'], tools:'Crafting Table', output:'Iron Sword' }
]
}