From 1b8b6cb286ff42daeb243a259baa82a6f1b68d97 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Wed, 25 Jul 2018 20:07:23 +0100 Subject: add toolranks support for crystal sword --- crystal.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crystal.lua b/crystal.lua index fdbdd17..42cb5ce 100644 --- a/crystal.lua +++ b/crystal.lua @@ -253,4 +253,9 @@ minetest.override_item("ethereal:shovel_crystal", { original_description = "Crystal Shovel", description = toolranks.create_description("Crystal Shovel", 0, 1), after_use = toolranks.new_afteruse}) + +minetest.override_item("ethereal:sword_crystal", { + original_description = "Crystal Sword", + description = toolranks.create_description("Crystal Sword", 0, 1), + after_use = toolranks.new_afteruse}) end -- cgit v1.2.3