1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-16 20:50:22 +02:00

make deckchair white, add variant for blue stripes

This commit is contained in:
Vanessa Ezekowitz
2015-04-14 10:50:15 -04:00
parent ba1167871f
commit 0e317a3460
4 changed files with 20 additions and 0 deletions

View File

@ -2766,6 +2766,15 @@ minetest.register_craft({
},
})
minetest.register_craft({
output = "homedecor:deckchair_striped_blue",
type = "shapeless",
recipe = {
"homedecor:deckchair",
"dye:blue"
}
})
minetest.register_craft({
output = "homedecor:office_chair_basic",
recipe = {