add clawfoot tubs

(one with brass handles, one chrome)
This commit is contained in:
Vanessa Ezekowitz
2017-02-27 20:08:14 -05:00
parent 0f1b8418a1
commit 2d0363f3ac
4 changed files with 17457 additions and 0 deletions

View File

@@ -183,6 +183,24 @@ minetest.register_craft({
},
})
minetest.register_craft({
output = "homedecor:bathtub_clawfoot_brass_taps",
recipe = {
{ "homedecor:taps_brass", "", "" },
{ "group:marble", "", "group:marble" },
{"default:steel_ingot", "group:marble", "default:steel_ingot"},
},
})
minetest.register_craft({
output = "homedecor:bathtub_clawfoot_chrome_taps",
recipe = {
{ "homedecor:taps", "", "" },
{ "group:marble", "", "group:marble" },
{"default:steel_ingot", "group:marble", "default:steel_ingot"},
},
})
minetest.register_craft({
output = "homedecor:bars 6",
recipe = {