Added inventory image for heater

This commit is contained in:
Vanessa Ezekowitz 2014-08-01 21:19:19 -04:00
parent f4165028c3
commit 6bef2b186d
2 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ minetest.register_node('homedecor:space_heater', {
'homedecor_heater_sides.png',
'homedecor_heater_sides.png',
'homedecor_heater_back.png',
'homedecor_heater_front.png'},
'homedecor_heater_front.png'
},
inventory_image = "homedecor_heater_inv.png",
sunlight_propagates = true,
paramtype = "light",
paramtype2 = "facedir",

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB