mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-01-09 08:00:19 +01:00
gave doors simple wield images (same as inventory image)
This commit is contained in:
parent
f99827d9f2
commit
7a23751de4
@ -238,6 +238,7 @@ for i in ipairs(sides) do
|
||||
drawtype = "nodebox",
|
||||
tiles = tiles_lower,
|
||||
inventory_image = "homedecor_door_"..doorname.."_"..side.."_inv.png",
|
||||
wield_image = "homedecor_door_"..doorname.."_"..side.."_inv.png",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
groups = dgroups,
|
||||
|
Loading…
Reference in New Issue
Block a user