1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 07:20:33 +02:00

Fixed bracket in minotaur.

- Fixed a mistmatching bracket in mods/mobs/minotaur.lua
This commit is contained in:
LeMagnesium 2015-05-17 11:48:23 +02:00
parent 4fd5ced537
commit 26b6b69f28

View File

@ -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},
})
})