Skip to content

Commit

Permalink
Merge pull request #31 from drakovyrn/patch-1
Browse files Browse the repository at this point in the history
Fixed spelling error in description of Pendant of Power
  • Loading branch information
D00Med authored Dec 31, 2017
2 parents 35d74d7 + ed40aab commit 47bbda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/hyruletools/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -4015,4 +4015,4 @@ minetest.register_craftitem("hyruletools:gameboy", {
description = "Gameboy",
inventory_image = "hyruletools_gameboy.png",
groups = {not_in_creative_inventory=1}
})
})

0 comments on commit 47bbda3

Please sign in to comment.