Change rust bar recipe

This commit is contained in:
kilbith 2015-08-16 23:40:10 +02:00
parent 8c0b41efcf
commit ea05382ad3

View File

@ -509,7 +509,9 @@ xpanes.register_pane("rust_bar", {
wield_image = "xdecor_rust_bars.png",
groups = {snappy=2, pane=1},
recipe = {
{"xpanes:bar", "default:dirt"}
{"", "default:dirt", ""},
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"}
}
})