mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 07:20:31 +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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user