mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-13 05:40:36 +01:00
make deckchair white, add variant for blue stripes
This commit is contained in:
parent
ba1167871f
commit
0e317a3460
|
@ -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({
|
minetest.register_craft({
|
||||||
output = "homedecor:office_chair_basic",
|
output = "homedecor:office_chair_basic",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
|
|
@ -192,6 +192,17 @@ homedecor.register("deckchair", {
|
||||||
minetest.register_alias("homedecor:deckchair_foot", "homedecor:deckchair")
|
minetest.register_alias("homedecor:deckchair_foot", "homedecor:deckchair")
|
||||||
minetest.register_alias("homedecor:deckchair_head", "air")
|
minetest.register_alias("homedecor:deckchair_head", "air")
|
||||||
|
|
||||||
|
homedecor.register("deckchair_striped_blue", {
|
||||||
|
mesh = "homedecor_deckchair.obj",
|
||||||
|
tiles = {"homedecor_deckchair_striped_blue.png"},
|
||||||
|
description = "Deck Chair",
|
||||||
|
groups = { snappy = 3 },
|
||||||
|
expand = { forward="air" },
|
||||||
|
sounds = default.node_sound_wood_defaults(),
|
||||||
|
selection_box = dc_cbox,
|
||||||
|
collision_box = dc_cbox,
|
||||||
|
})
|
||||||
|
|
||||||
homedecor.register("doghouse", {
|
homedecor.register("doghouse", {
|
||||||
mesh = "homedecor_doghouse.obj",
|
mesh = "homedecor_doghouse.obj",
|
||||||
tiles = {
|
tiles = {
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 329 B |
BIN
homedecor/textures/homedecor_deckchair_striped_blue.png
Normal file
BIN
homedecor/textures/homedecor_deckchair_striped_blue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 360 B |
Loading…
Reference in New Issue
Block a user