mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-12-07 11:45:29 +01:00
add ironing board
This commit is contained in:
@@ -1920,7 +1920,7 @@ minetest.register_craft( {
|
||||
},
|
||||
})
|
||||
|
||||
-- washer and dryer
|
||||
-- laundry stuff
|
||||
|
||||
minetest.register_craft( {
|
||||
output = "homedecor:washing_machine",
|
||||
@@ -1958,6 +1958,15 @@ minetest.register_craft( {
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft( {
|
||||
output = "homedecor:ironing_board",
|
||||
recipe = {
|
||||
{ "wool:grey", "wool:grey", "wool:grey"},
|
||||
{ "", "default:steel_ingot", "" },
|
||||
{ "default:steel_ingot", "", "default:steel_ingot" }
|
||||
},
|
||||
})
|
||||
|
||||
-- dishwashers
|
||||
|
||||
minetest.register_craft( {
|
||||
|
||||
Reference in New Issue
Block a user