1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-15 04:10:18 +02:00

better UV maps for picture frames

higher-quality imagery
This commit is contained in:
Vanessa Ezekowitz
2015-04-21 17:58:50 -04:00
parent 814d43f541
commit dab2e9a5f2
10 changed files with 133 additions and 207 deletions

View File

@ -687,7 +687,11 @@ for _, i in ipairs(n) do
homedecor.register("picture_frame"..i, {
description = S("Picture Frame"),
mesh = "homedecor_picture_frame.obj",
tiles = { "homedecor_picture_frame"..i..".png" },
tiles = {
"homedecor_picture_frame_image"..i..".png",
"homedecor_picture_frame_edges.png",
"homedecor_picture_frame_back.png",
},
inventory_image = "homedecor_picture_frame"..i.."_inv.png",
wield_image = "homedecor_picture_frame"..i.."_inv.png",
groups = {snappy = 3},
@ -695,3 +699,4 @@ for _, i in ipairs(n) do
collision_box = pframe_cbox,
})
end