Update 'mods/mobs/crafts.lua'

This commit is contained in:
thunderdog1138 2020-09-21 20:02:44 +00:00
parent b5a90ad235
commit c9f2e4b023
1 changed files with 1 additions and 1 deletions

View File

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