mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-12 11:00:25 +01:00
Fixed some of minotaur's item names
This commit is contained in:
parent
5a05f8ff07
commit
3a94bc81b5
@ -82,15 +82,15 @@ minetest.register_craftitem("mobs:minotaur_fur", {
|
|||||||
groups = {magic = 1},
|
groups = {magic = 1},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("mobs:minautor_lots_of_fur", {
|
minetest.register_craftitem("mobs:minotaur_lots_of_fur", {
|
||||||
description = "Lot of Minotaur Fur",
|
description = "Lot of Minotaur Fur",
|
||||||
inventory_image = "mobs_minautor_lots_of_fur.png",
|
inventory_image = "mobs_minotaur_lots_of_fur.png",
|
||||||
groups = {magic = 1},
|
groups = {magic = 1},
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mobs:minautor_lots_of_fur",
|
output = "mobs:minotaur_lots_of_fur",
|
||||||
recipe = {{"mobs:minautor_fur", "mobs:minautor_fur"},
|
recipe = {{"mobs:minotaur_fur", "mobs:minotaur_fur"},
|
||||||
{"mobs:minautor_fur", "mobs:minautor_fur"},
|
{"mobs:minotaur_fur", "mobs:minotaur_fur"},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user