Hide a couple of very incomplete items in Creative
This commit is contained in:
parent
64f7e0a076
commit
83829ec358
3 changed files with 21 additions and 8 deletions
|
@ -86,7 +86,8 @@ minetest.register_tool("mcl_fishing: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 },
|
||||
-- This item is incomplete, hide it from creative inventory
|
||||
groups = { tool=1, not_in_creative_inventory=1 },
|
||||
inventory_image = "mcl_fishing_fishing_rod.png",
|
||||
stack_max = 1,
|
||||
liquids_pointable = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue