From ed40aabb119dde299f9c67b77ecd88cd8a2807da Mon Sep 17 00:00:00 2001 From: Drako Winslett Date: Sat, 30 Dec 2017 15:19:42 -0800 Subject: [PATCH] Fixed spelling error in description of Pendant of Power --- mods/hyruletools/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/hyruletools/init.lua b/mods/hyruletools/init.lua index 2e59459..2bab124 100644 --- a/mods/hyruletools/init.lua +++ b/mods/hyruletools/init.lua @@ -1776,7 +1776,7 @@ minetest.register_craft({ }) minetest.register_tool("hyruletools:pendant1", { - description = "Pendand of Power", + description = "Pendant of Power", inventory_image = "hyruletools_pendant1.png", on_use = function(itemstack, placer, pointed_thing) local dir = placer:get_look_dir(); @@ -4015,4 +4015,4 @@ minetest.register_craftitem("hyruletools:gameboy", { description = "Gameboy", inventory_image = "hyruletools_gameboy.png", groups = {not_in_creative_inventory=1} -}) \ No newline at end of file +})