mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
Fixed bracket in minotaur.
- Fixed a mistmatching bracket in mods/mobs/minotaur.lua
This commit is contained in:
parent
4fd5ced537
commit
26b6b69f28
@ -44,7 +44,6 @@ mobs:register_mob("mobs:minotaur", {
|
||||
{name = "mobs:minotaur_horn", -- NOT IMPLEMENTED YET - used for 3d_armor/throwing_enhanced mod
|
||||
chance = 1, min = 1, max = 2,},
|
||||
},
|
||||
},
|
||||
water_damage = 1,
|
||||
lava_damage = 5,
|
||||
light_damage = 2,
|
||||
@ -73,4 +72,4 @@ minetest.register_craftitem("mobs:minotaur_horn", {
|
||||
description = "Minotaur Horn",
|
||||
inventory_image = "mobs_minotaur_eye.png",
|
||||
groups = {magic = 1},
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user