Fix a mistake for Minotaur Horn

(the textures for eyes and hors of minotaur come soon)
This commit is contained in:
Ombridride 2015-05-29 01:12:08 +02:00
parent 4c4abb3830
commit 6b791887d9
1 changed files with 1 additions and 1 deletions

View File

@ -71,6 +71,6 @@ minetest.register_craftitem("mobs:minotaur_eye", {
minetest.register_craftitem("mobs:minotaur_horn", {
description = "Minotaur Horn",
inventory_image = "mobs_minotaur_eye.png",
inventory_image = "mobs_minotaur_horn.png",
groups = {magic = 1},
})