nalc/nalc_hell/init.lua

29 lines
866 B
Lua
Raw Permalink Normal View History

2020-06-14 16:15:46 +02:00
-- 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")
2020-06-14 16:15:46 +02:00
-- Hell Axes
toolranks.add_tool("hell:axe_hellrack")
toolranks.add_tool("hell:axe_hellrack_blue")
toolranks.add_tool("hell:axe_white")
2020-06-14 16:15:46 +02:00
-- 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")
2020-06-14 16:15:46 +02:00
minetest.log("action", "[nalc_hell] loaded.")