diff options
Diffstat (limited to 'crystal.lua')
-rw-r--r-- | crystal.lua | 5 |
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 |