[issue #23] Fix mithril fishing pole craft

I have unregistered homedecor:cobweb_corner and maked an alias to it with mobs:cobweb
This commit is contained in:
sys4-fr 2018-02-18 12:51:42 +01:00
parent 54546b371a
commit 4aca6dc15e
3 changed files with 9 additions and 0 deletions

4
mods/nalc/aliases.lua Normal file
View File

@ -0,0 +1,4 @@
-- Remove homedecor:cobweb_corner and make it as alias of mobs:cobweb
if minetest.get_modpath("mobs_monster") and minetest.get_modpath("homedecor") then
minetest.register_alias_force("homedecor:cobweb_corner", "mobs:cobweb")
end

View File

@ -22,5 +22,7 @@ dye?
cherry_tree?
nether?
mobs_animal?
mobs_monster?
minercantile?
diet?
homedecor?

View File

@ -15,6 +15,9 @@ dofile(modpath.."/nodes.lua")
-- Custom tools
dofile(modpath.."/tools.lua")
-- Aliases
dofile(modpath.."/aliases.lua")
local mods =
{
"witchcraft", "cotton", "technic",