fixed some stuff with parachutes

This commit is contained in:
kaadmy 2015-10-31 14:56:51 -07:00
parent d2c8f6648e
commit fe931a55d7

View File

@ -16,8 +16,10 @@ end
minetest.register_craftitem(
"parachute:parachute", {
description = "Parachute",
inventory_image = "parachute_inventory.png",
wield_image = "parachute_inventory.png",
stack_max = 1,
on_use = function(itemstack, player, pointed_thing)
local pos = player:getpos()