Fix toolranks support of Nyan Shovel

This commit is contained in:
sys4 2017-11-26 06:44:12 +01:00
parent 1649c53471
commit 80d0e9a6a1
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ if minetest.get_modpath("toolranks") then
after_use = toolranks.new_afteruse
})
minetest.override_item(
"nalc:shovel_nya",
"nalc:shovel_nyan",
{
original_description = "Nyan Shovel",
description = toolranks.create_description("Nyan Shovel", 0, 1),