mirror of
https://github.com/minetest-mods/nether.git
synced 2024-11-16 15:30:38 +01:00
Reverted to original
This commit is contained in:
parent
43e7d2cf14
commit
b0db3aa475
13
tools.lua
13
tools.lua
|
@ -49,8 +49,6 @@ minetest.register_tool("nether:pick_nether", {
|
|||
end
|
||||
})
|
||||
|
||||
-- Add toolrank support to tool
|
||||
toolranks.add_tool("nether:pick_nether")
|
||||
|
||||
minetest.register_tool("nether:shovel_nether", {
|
||||
description = S("Nether Shovel"),
|
||||
|
@ -68,8 +66,6 @@ minetest.register_tool("nether:shovel_nether", {
|
|||
groups = {shovel = 1}
|
||||
})
|
||||
|
||||
-- Add toolrank support to tool
|
||||
toolranks.add_tool("nether:shovel_nether")
|
||||
|
||||
minetest.register_tool("nether:axe_nether", {
|
||||
description = S("Nether Axe"),
|
||||
|
@ -86,8 +82,6 @@ minetest.register_tool("nether:axe_nether", {
|
|||
groups = {axe = 1}
|
||||
})
|
||||
|
||||
-- Add toolrank support to tool
|
||||
toolranks.add_tool("nether:axe_nether")
|
||||
|
||||
minetest.register_tool("nether:sword_nether", {
|
||||
description = S("Nether Sword"),
|
||||
|
@ -104,8 +98,6 @@ minetest.register_tool("nether:sword_nether", {
|
|||
groups = {sword = 1}
|
||||
})
|
||||
|
||||
-- Add toolrank support to tool
|
||||
toolranks.add_tool("nether:sword_nether")
|
||||
|
||||
minetest.register_craftitem("nether:nether_ingot", {
|
||||
description = S("Nether Ingot"),
|
||||
|
@ -356,8 +348,6 @@ minetest.register_tool("nether:lightstaff", {
|
|||
end
|
||||
})
|
||||
|
||||
-- Add toolrank support to tool
|
||||
toolranks.add_tool("nether:lightstaff")
|
||||
|
||||
minetest.register_tool("nether:lightstaff_eternal", {
|
||||
description = S("Nether staff of Eternal Light\nCreates glowstone from netherrack"),
|
||||
|
@ -375,6 +365,3 @@ minetest.register_tool("nether:lightstaff_eternal", {
|
|||
return itemstack
|
||||
end
|
||||
})
|
||||
|
||||
-- Add toolrank support to tool
|
||||
toolranks.add_tool("nether:lightstaff_eternal")
|
Loading…
Reference in New Issue
Block a user