inventory and wield image
This commit is contained in:
parent
c938ea49f6
commit
4b647a02e2
3
init.lua
3
init.lua
@ -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
BIN
textures/parachute_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 686 B |
Loading…
x
Reference in New Issue
Block a user