mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-12-11 18:45:25 +01:00
add brass-themed version of bathroom taps
remame inv/wield image for steel one
This commit is contained in:
@@ -216,6 +216,13 @@ minetest.register_craft({
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:taps_brass",
|
||||
recipe = {
|
||||
{ "technic:brass_ingot","bucket:bucket_water", "technic:brass_ingot" },
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "homedecor:shower_tray",
|
||||
recipe = {
|
||||
|
||||
Reference in New Issue
Block a user