forked from VoxeLibre/VoxeLibre
Add fishing rod help
This commit is contained in:
parent
c88e4f8e0b
commit
772dbb97cf
|
@ -98,6 +98,8 @@ end
|
||||||
-- Fishing Rod
|
-- Fishing Rod
|
||||||
minetest.register_tool("mcl_fishing:fishing_rod", {
|
minetest.register_tool("mcl_fishing:fishing_rod", {
|
||||||
description = "Fishing Rod",
|
description = "Fishing Rod",
|
||||||
|
_doc_items_longdesc = "Fishing rods can be used to catch fish.",
|
||||||
|
_doc_items_usagehelp = "Rightclick a water source to try to go fishing. Who knows what you're going to catch?",
|
||||||
groups = { tool=1 },
|
groups = { tool=1 },
|
||||||
inventory_image = "mcl_fishing_fishing_rod.png",
|
inventory_image = "mcl_fishing_fishing_rod.png",
|
||||||
stack_max = 1,
|
stack_max = 1,
|
||||||
|
|
Loading…
Reference in New Issue