Fix typo in tool registration
This commit is contained in:
parent
83b2d06af2
commit
ce0931db76
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ minetest.register_tool("shooter:crossbow_loaded", {
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_tool("shooter:crossbow", {
|
minetest.register_tool("shooter:crossbow", {
|
||||||
description = "Crassbow",
|
description = "Crossbow",
|
||||||
inventory_image = "shooter_crossbow.png",
|
inventory_image = "shooter_crossbow.png",
|
||||||
on_use = function(itemstack, user, pointed_thing)
|
on_use = function(itemstack, user, pointed_thing)
|
||||||
local inv = user:get_inventory()
|
local inv = user:get_inventory()
|
||||||
|
|
Loading…
Reference in a new issue