It would be advisible for you to refrain from redundantly pasting mob definitions from mcl_mobs into your own code. bogged.lua, for instance, is downright a copy of skeleton.lua in mcl_mobs; it would be much more elegant to extend the existing skeleton table, as the Wither Skeleton implementation does.
breeze.lua displays evidence of being copied from blaze.lua with absolutely no attempt to understand the implications of the code which was copied. Are breezes really supposed to be fire-resistant, and accordingly fearless of fire?
It would be advisible for you to refrain from redundantly pasting mob definitions from mcl_mobs into your own code. bogged.lua, for instance, is downright a copy of skeleton.lua in mcl_mobs; it would be much more elegant to extend the existing skeleton table, as the Wither Skeleton implementation does.
breeze.lua displays evidence of being copied from blaze.lua with absolutely no attempt to understand the implications of the code which was copied. Are breezes really supposed to be fire-resistant, and accordingly fearless of fire?