Hide WIP items from craft guide, more cleanup

- Make fishing rod uncraftable (too overpowered)
- Lift WIP status from golden apple
- Lift Experimental status from lookup tool
This commit is contained in:
Wuzzy 2017-11-20 07:52:24 +01:00
parent a1e53fa129
commit 899acaab0e
5 changed files with 36 additions and 8 deletions

View file

@ -94,6 +94,12 @@ minetest.register_tool("mcl_fishing:fishing_rod", {
sound = { breaks = "default_tool_breaks" },
})
--[[
Temporarily removed from crafting as the fishing rod is massively overpowered atm.
TODO: Re-enable crafting when fishing rod has been improved.
minetest.register_craft({
output = "mcl_fishing:fishing_rod",
recipe = {
@ -110,6 +116,7 @@ minetest.register_craft({
{'mcl_mobitems:string','','mcl_core:stick'},
}
})
]]
minetest.register_craft({
type = "fuel",