fixed texture path of swords

This commit is contained in:
Jacob Gustafson 2017-02-12 01:17:47 -05:00
parent 4aa962749f
commit 756bbc8e67

View File

@ -63,7 +63,7 @@ minetest.register_craft({
})
minetest.register_tool("birthstones:sword_" .. string.lower(name), {
description = display_name .. " Sword",
inventory_image = "birthstones_tool_" .. string.lower(name) .. "pick.png",
inventory_image = "birthstones_tool_" .. string.lower(name) .. "sword.png",
tool_capabilities = {
full_punch_interval = 0.7,
max_drop_level=1,