summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-07-25 20:07:23 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-07-25 20:07:23 +0100
commit1b8b6cb286ff42daeb243a259baa82a6f1b68d97 (patch)
treede3048e839d9af5806a0594123289e2828afe1ab
parent5947b2d16e1bfc37547d535f28b2013dee7b05eb (diff)
add toolranks support for crystal sword
-rw-r--r--crystal.lua5
1 files changed, 5 insertions, 0 deletions
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