changed xdecor:metal_cabinet recipe because there was a collision with pipeworks:pipe_*

This commit is contained in:
Christian Wischenbart 2015-07-28 12:28:26 +02:00
parent c2646e18bf
commit 6666f8a616

View File

@ -221,7 +221,7 @@ minetest.register_craft({
output = "xdecor:metal_cabinet",
recipe = {
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
{"", "", ""},
{"default:paper", "default:paper", "default:paper"},
{"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"}
}
})