Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix crafting recipe for iron bars
  • Loading branch information
BlockMen committed Jul 8, 2014
1 parent 814c176 commit 955f3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/xpanes/init.lua
Expand Up @@ -179,8 +179,8 @@ xpanes.register_pane("bar", {
update_pane(pos, "bar")
end,
recipe = {
{'default:steel_ingot', 'default:glass', 'default:glass'},
{'default:glass', 'default:glass', 'default:glass'}
{'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'},
{'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'}
}
})

0 comments on commit 955f3cf

Please sign in to comment.