Fixed spelling error in description of Pendant of Power

master
Drako Winslett 2017-12-30 15:19:42 -08:00 committed by GitHub
parent 35d74d71d2
commit ed40aabb11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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}
})
})