forked from mtcontrib/homedecor_modpack
make deckchair white, add variant for blue stripes
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user