From c9f2e4b02332346b4d3c90b328e35944e02985b4 Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Mon, 21 Sep 2020 20:02:44 +0000 Subject: [PATCH] Update 'mods/mobs/crafts.lua' --- mods/mobs/crafts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mobs/crafts.lua b/mods/mobs/crafts.lua index e862834f..08cea777 100644 --- a/mods/mobs/crafts.lua +++ b/mods/mobs/crafts.lua @@ -102,7 +102,7 @@ minetest.register_craft({ -- protection rune minetest.register_craftitem("mobs:protector", { description = S("Mob Protection Rune"), - inventory_image = "protector.png", + inventory_image = "mob_protector.png", groups = {flammable = 2} })