Fix crafting recipe for iron bars

This commit is contained in:
BlockMen 2014-07-08 19:10:55 +02:00
parent 814c17631d
commit 955f3cf310
1 changed files with 2 additions and 2 deletions

View File

@ -179,8 +179,8 @@ xpanes.register_pane("bar", {
update_pane(pos, "bar") update_pane(pos, "bar")
end, end,
recipe = { recipe = {
{'default:steel_ingot', 'default:glass', 'default:glass'}, {'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'},
{'default:glass', 'default:glass', 'default:glass'} {'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'}
} }
}) })