-- Aliases minetest.register_alias("hell:sword_sywtonic", "nether:sword_white") minetest.register_alias("hell:sword_sywtonic", "nether:sword_sywtonic") -- Hell Toolranks -- Hell Pickaxes toolranks.add_tool("hell:pick_mushroom") toolranks.add_tool("hell:pick_wood") toolranks.add_tool("hell:pick_hellrack") toolranks.add_tool("hell:pick_hellrack_blue") toolranks.add_tool("hell:pick_white") -- Hell Axes toolranks.add_tool("hell:axe_hellrack") toolranks.add_tool("hell:axe_hellrack_blue") toolranks.add_tool("hell:axe_white") -- Hell Shovels toolranks.add_tool("hell:shovel_hellrack") toolranks.add_tool("hell:shovel_hellrack_blue") toolranks.add_tool("hell:shovel_white") -- Hell swords toolranks.add_tool("hell:sword_hellrack") toolranks.add_tool("hell:sword_hellrack_blue") toolranks.add_tool("hell:sword_white") minetest.log("action", "[nalc_hell] loaded.")