1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 07:50:35 +02:00

Fix toolranks support of Nyan Shovel

This commit is contained in:
sys4 2017-11-26 06:44:12 +01:00
parent 1649c53471
commit 80d0e9a6a1

View File

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