forked from nalc/homedecor_modpack
give unique (if generic) descriptions to picture frames
This commit is contained in:
parent
c247318dd8
commit
78ec2119f6
|
@ -396,7 +396,7 @@ local n = { 1, 2 }
|
||||||
|
|
||||||
for _, i in ipairs(n) do
|
for _, i in ipairs(n) do
|
||||||
homedecor.register("picture_frame"..i, {
|
homedecor.register("picture_frame"..i, {
|
||||||
description = S("Picture Frame"),
|
description = S("Picture Frame "..i),
|
||||||
mesh = "homedecor_picture_frame.obj",
|
mesh = "homedecor_picture_frame.obj",
|
||||||
tiles = {
|
tiles = {
|
||||||
"homedecor_picture_frame_image"..i..".png",
|
"homedecor_picture_frame_image"..i..".png",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user