We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35d74d7 + ed40aab commit 47bbda3Copy full SHA for 47bbda3
mods/hyruletools/init.lua
@@ -1776,7 +1776,7 @@ minetest.register_craft({
1776
})
1777
1778
minetest.register_tool("hyruletools:pendant1", {
1779
- description = "Pendand of Power",
+ description = "Pendant of Power",
1780
inventory_image = "hyruletools_pendant1.png",
1781
on_use = function(itemstack, placer, pointed_thing)
1782
local dir = placer:get_look_dir();
@@ -4015,4 +4015,4 @@ minetest.register_craftitem("hyruletools:gameboy", {
4015
description = "Gameboy",
4016
inventory_image = "hyruletools_gameboy.png",
4017
groups = {not_in_creative_inventory=1}
4018
-})
+})
0 commit comments