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 +})