From e3e58643661762fb4584d04d7d15cd239c6deacc Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Fri, 3 Jun 2016 19:40:47 +0200 Subject: [PATCH] Check for mithril ingot even when moreores doesn't exist --- crafting.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crafting.lua b/crafting.lua index d05085d..ee941b1 100755 --- a/crafting.lua +++ b/crafting.lua @@ -45,7 +45,8 @@ if minetest.get_modpath("ropes") ~= nil then end -- Mithril Fishing Pole -if minetest.get_modpath("moreores") ~= nil and minetest.get_modpath("mobs") ~= nil then +-- Some subgames have bundled all of moreores' content in their default mod; just check for mithril +if (minetest.get_modpath("moreores") ~= nil or minetest.registered_items["default:mithril_ingot"]) and minetest.get_modpath("mobs") ~= nil then minetest.register_craft({ output = "fishing:pole_perfect", recipe = {