forked from nalc/homedecor_modpack
add another rug type
This commit is contained in:
parent
8311c7d87d
commit
a32e723ee2
|
@ -24,9 +24,9 @@ homedecor.register("ceiling_tile", {
|
||||||
selection_box = { type = "wallmounted" },
|
selection_box = { type = "wallmounted" },
|
||||||
})
|
})
|
||||||
|
|
||||||
local rug_sizes = {"small", "large"}
|
local rug_types = {"small", "large", "persian"}
|
||||||
|
|
||||||
for _, s in ipairs(rug_sizes) do
|
for _, s in ipairs(rug_types) do
|
||||||
homedecor.register("rug_"..s, {
|
homedecor.register("rug_"..s, {
|
||||||
description = S("Throw Rug ("..s..")"),
|
description = S("Throw Rug ("..s..")"),
|
||||||
drawtype = 'signlike',
|
drawtype = 'signlike',
|
||||||
|
|
BIN
homedecor/textures/homedecor_rug_persian.png
Normal file
BIN
homedecor/textures/homedecor_rug_persian.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Loading…
Reference in New Issue
Block a user