mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-08-05 04:50:20 +02:00
added alternate crafting recipe for glass-and-wood grid-style doors
This commit is contained in:
@ -1535,6 +1535,15 @@ minetest.register_craft( {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft( {
|
||||||
|
output = "homedecor:door_wood_glass_bottom_left 2",
|
||||||
|
recipe = {
|
||||||
|
{ "default:wood", "default:glass" },
|
||||||
|
{ "default:glass", "default:wood" },
|
||||||
|
{ "default:wood", "default:glass" },
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craft( {
|
minetest.register_craft( {
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = "homedecor:door_wood_glass_bottom_left",
|
output = "homedecor:door_wood_glass_bottom_left",
|
||||||
|
Reference in New Issue
Block a user