forked from nalc/homedecor_modpack
Added inventory image for heater
This commit is contained in:
parent
f4165028c3
commit
6bef2b186d
|
@ -35,7 +35,9 @@ minetest.register_node('homedecor:space_heater', {
|
||||||
'homedecor_heater_sides.png',
|
'homedecor_heater_sides.png',
|
||||||
'homedecor_heater_sides.png',
|
'homedecor_heater_sides.png',
|
||||||
'homedecor_heater_back.png',
|
'homedecor_heater_back.png',
|
||||||
'homedecor_heater_front.png'},
|
'homedecor_heater_front.png'
|
||||||
|
},
|
||||||
|
inventory_image = "homedecor_heater_inv.png",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
|
|
BIN
homedecor/textures/homedecor_heater_inv.png
Normal file
BIN
homedecor/textures/homedecor_heater_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Loading…
Reference in New Issue
Block a user