fixed some stuff with parachutes
This commit is contained in:
parent
d2c8f6648e
commit
fe931a55d7
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user