1
0

Commits vergleichen

3 Commits

2 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen

Datei anzeigen

@@ -10,7 +10,9 @@ toolranks.colors = {
} }
function toolranks.get_tool_type(description) function toolranks.get_tool_type(description)
if string.find(description, "Pickaxe") then if not description then
return "tool"
elseif string.find(description, "Pickaxe") then
return "pickaxe" return "pickaxe"
elseif string.find(description, "Axe") then elseif string.find(description, "Axe") then
return "axe" return "axe"

1
mod.conf Normale Datei
Datei anzeigen

@@ -0,0 +1 @@
name = toolranks