Skip to content
Snippets Groups Projects
Commit 955f3cf3 authored by BlockMen's avatar BlockMen
Browse files

Fix crafting recipe for iron bars

parent 814c1763
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment