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:
@ -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