mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 01:30:38 +01:00
Fix a mistake for Minotaur Horn
(the textures for eyes and hors of minotaur come soon)
This commit is contained in:
parent
4c4abb3830
commit
6b791887d9
@ -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},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user