Tweak curtain recipe
This commit is contained in:
parent
9f8a1aeaf0
commit
270aaf7f6c
@ -223,7 +223,6 @@ for _, c in ipairs(colors) do
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "xdecor:curtain_"..c.." 4",
|
output = "xdecor:curtain_"..c.." 4",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"", "wool:"..c, ""},
|
|
||||||
{"", "wool:"..c, ""},
|
{"", "wool:"..c, ""},
|
||||||
{"", "wool:"..c, ""}
|
{"", "wool:"..c, ""}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user