Add an inventory image

master
Zeg9 2013-01-03 11:56:14 +01:00
parent 56aa7a6915
commit fe1a55caf3
2 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ minetest.register_entity("ufos:ufo", ufo)
minetest.register_craftitem("ufos:ufo", {
description = "ufo",
inventory_image = "ufo.png",
wield_image = "ufo.png",
inventory_image = "ufo_inventory.png",
wield_image = "ufo_inventory.png",
on_place = function(itemstack, placer, pointed_thing)
if pointed_thing.type ~= "node" then

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB