forked from mtcontrib/homedecor_modpack
add recipe for towel rod with towel.
This commit is contained in:
parent
673f00b4f2
commit
403e0fa5b5
|
@ -1475,3 +1475,11 @@ minetest.register_craft({
|
||||||
replacements = { {"bucket:bucket_water", "bucket:bucket_empty"} }
|
replacements = { {"bucket:bucket_water", "bucket:bucket_empty"} }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = "homedecor:towel_rod",
|
||||||
|
recipe = {
|
||||||
|
{ "default:wood", "default:stick", "default:wood" },
|
||||||
|
{ "", "building_blocks:terrycloth_towel", "" },
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user