Minor tool code cleanup

master
vlapsley 2017-09-14 21:54:25 +10:00
parent 05685747e7
commit 8ecaa48d83
2 changed files with 1 additions and 10 deletions

View File

@ -854,15 +854,6 @@ minetest.register_craft({
})
--
-- Crafting (tool repair)
--
minetest.register_craft({
type = "toolrepair",
additional_wear = -0.02,
})
--
-- Cooking recipes
--

View File

@ -215,7 +215,7 @@ minetest.register_node("technic:quarry", {
"technic_carbon_steel_block.png"..cable_entry,
"technic_carbon_steel_block.png"..cable_entry,
"technic_carbon_steel_block.png"..cable_entry,
"technic_carbon_steel_block.png^tools_tool_mesepick.png",
"technic_carbon_steel_block.png^tools_steelpick.png",
"technic_carbon_steel_block.png"..cable_entry
},
paramtype2 = "facedir",