This commit is contained in:
Niklp09 2022-10-29 12:10:01 +02:00
parent 7afe2bf812
commit d66e11f352
1 changed files with 18 additions and 17 deletions

View File

@ -531,6 +531,7 @@ minetest.register_craft({
},
})
if minetest.get_modpath("cottages") then
minetest.register_craft({
output = "homedecor:stained_glass 2",
recipe = {
@ -548,4 +549,4 @@ minetest.register_craft({
{"", "dye:yellow", ""},
},
})
end