Skip to content

Commit 955f3cf

Browse files
committedJul 8, 2014
Fix crafting recipe for iron bars
1 parent 814c176 commit 955f3cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎mods/xpanes/init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ xpanes.register_pane("bar", {
179179
update_pane(pos, "bar")
180180
end,
181181
recipe = {
182-
{'default:steel_ingot', 'default:glass', 'default:glass'},
183-
{'default:glass', 'default:glass', 'default:glass'}
182+
{'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'},
183+
{'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'}
184184
}
185185
})
186186

0 commit comments

Comments
 (0)
Please sign in to comment.