From 26b6b69f2833f937c494d77d4c3a0874ce329e7e Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Sun, 17 May 2015 11:48:23 +0200 Subject: [PATCH] Fixed bracket in minotaur. - Fixed a mistmatching bracket in mods/mobs/minotaur.lua --- mods/mobs/minotaur.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mods/mobs/minotaur.lua b/mods/mobs/minotaur.lua index 230e96d9..5091aaf7 100644 --- a/mods/mobs/minotaur.lua +++ b/mods/mobs/minotaur.lua @@ -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}, -}) \ No newline at end of file +})