mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-23 00:20:17 +01:00
clarify desc for "striped" deck chair
This commit is contained in:
parent
7b4db2fc5a
commit
d6f660b72a
@ -118,7 +118,7 @@ minetest.register_alias("homedecor:deckchair_head", "air")
|
|||||||
homedecor.register("deckchair_striped_blue", {
|
homedecor.register("deckchair_striped_blue", {
|
||||||
mesh = "homedecor_deckchair.obj",
|
mesh = "homedecor_deckchair.obj",
|
||||||
tiles = {"homedecor_deckchair_striped_blue.png"},
|
tiles = {"homedecor_deckchair_striped_blue.png"},
|
||||||
description = S("Deck Chair"),
|
description = S("Deck Chair (blue striped)"),
|
||||||
groups = { snappy = 3 },
|
groups = { snappy = 3 },
|
||||||
expand = { forward="placeholder" },
|
expand = { forward="placeholder" },
|
||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
|
Loading…
Reference in New Issue
Block a user