inventory and wield image

This commit is contained in:
webdesigner97 2014-07-07 14:06:27 +02:00
parent c938ea49f6
commit 4b647a02e2
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
dofile(minetest.get_modpath("parachute") .. "/physHelpers.lua")
minetest.register_craftitem("parachute:parachute_item", {
inventory_image = "default_brick.png",
inventory_image = "parachute_inv.png",
wield_image = "parachute_inv.png",
on_use = function(itemstack, user, pointed_thing)
local pos = user:getpos()
local on = minetest.get_node({x = pos.x, y = pos.y - 1, z = pos.z})

BIN
textures/parachute_inv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 686 B