forked from mtcontrib/homedecor_modpack
Add inventory images for square glass/wood tables
This commit is contained in:
parent
64a86c1524
commit
1b6f68c92a
@ -25,8 +25,8 @@ for i in ipairs(materials) do
|
|||||||
drawtype = 'mesh',
|
drawtype = 'mesh',
|
||||||
mesh = "homedecor_table_small_square.obj",
|
mesh = "homedecor_table_small_square.obj",
|
||||||
tiles = { 'homedecor_'..m..'_table_small_square.png' },
|
tiles = { 'homedecor_'..m..'_table_small_square.png' },
|
||||||
wield_image = 'homedecor_'..m..'_table_small_square_tb.png',
|
wield_image = 'homedecor_'..m..'_table_small_square_inv.png',
|
||||||
inventory_image = 'homedecor_'..m..'_table_small_square_tb.png',
|
inventory_image = 'homedecor_'..m..'_table_small_square_inv.png',
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
paramtype = 'light',
|
paramtype = 'light',
|
||||||
walkable = true,
|
walkable = true,
|
||||||
@ -75,8 +75,8 @@ for i in ipairs(materials) do
|
|||||||
'homedecor_'..m..'_table_large_edges.png',
|
'homedecor_'..m..'_table_large_edges.png',
|
||||||
'homedecor_'..m..'_table_large_edges.png'
|
'homedecor_'..m..'_table_large_edges.png'
|
||||||
},
|
},
|
||||||
wield_image = 'homedecor_'..m..'_table_large_tb.png',
|
wield_image = 'homedecor_'..m..'_table_large_inv.png',
|
||||||
inventory_image = 'homedecor_'..m..'_table_large_tb.png',
|
inventory_image = 'homedecor_'..m..'_table_large_inv.png',
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
paramtype = 'light',
|
paramtype = 'light',
|
||||||
walkable = true,
|
walkable = true,
|
||||||
|
BIN
homedecor/textures/homedecor_glass_table_large_inv.png
Normal file
BIN
homedecor/textures/homedecor_glass_table_large_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
homedecor/textures/homedecor_glass_table_small_square_inv.png
Normal file
BIN
homedecor/textures/homedecor_glass_table_small_square_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
BIN
homedecor/textures/homedecor_wood_table_large_inv.png
Normal file
BIN
homedecor/textures/homedecor_wood_table_large_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
homedecor/textures/homedecor_wood_table_small_square_inv.png
Normal file
BIN
homedecor/textures/homedecor_wood_table_small_square_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Loading…
Reference in New Issue
Block a user