diff --git a/init.lua b/init.lua index 758f941..bc15e36 100644 --- a/init.lua +++ b/init.lua @@ -31,6 +31,8 @@ function toolranks.get_tool_type(description) return "hoe" elseif string.find(d, "sword") then return "sword" + elseif string.find(d, "shears") then + return "shears" else return "tool" end