Skip to content

Commit 47bbda3

Browse files
authored
Merge pull request #31 from drakovyrn/patch-1
Fixed spelling error in description of Pendant of Power
2 parents 35d74d7 + ed40aab commit 47bbda3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mods/hyruletools/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,7 @@ minetest.register_craft({
17761776
})
17771777

17781778
minetest.register_tool("hyruletools:pendant1", {
1779-
description = "Pendand of Power",
1779+
description = "Pendant of Power",
17801780
inventory_image = "hyruletools_pendant1.png",
17811781
on_use = function(itemstack, placer, pointed_thing)
17821782
local dir = placer:get_look_dir();
@@ -4015,4 +4015,4 @@ minetest.register_craftitem("hyruletools:gameboy", {
40154015
description = "Gameboy",
40164016
inventory_image = "hyruletools_gameboy.png",
40174017
groups = {not_in_creative_inventory=1}
4018-
})
4018+
})

0 commit comments

Comments
 (0)