fork 自 mtcontrib/minetest-toolranks
比較提交
3 次程式碼提交
nalc-1.0
...
2a2f068a05
| 作者 | SHA1 | 日期 | |
|---|---|---|---|
| 2a2f068a05 | |||
|
|
ea5426316e | ||
|
|
5f87854323 |
4
init.lua
4
init.lua
@@ -10,7 +10,9 @@ toolranks.colors = {
|
||||
}
|
||||
|
||||
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"
|
||||
elseif string.find(description, "Axe") then
|
||||
return "axe"
|
||||
|
||||
新增問題並參考
封鎖使用者