mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
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
|
||||
homedecor.register("picture_frame"..i, {
|
||||
description = S("Picture Frame"),
|
||||
description = S("Picture Frame "..i),
|
||||
mesh = "homedecor_picture_frame.obj",
|
||||
tiles = {
|
||||
"homedecor_picture_frame_image"..i..".png",
|
||||
|
Loading…
Reference in New Issue
Block a user