Adjust health and drops of mobs

This commit is contained in:
Wuzzy 2017-01-16 20:52:09 +01:00
parent 4af543d920
commit c5aa2e612c
14 changed files with 92 additions and 192 deletions

View file

@ -8,7 +8,7 @@
mobs:register_mob("mobs_mc:cow", {
type = "animal",
hp_max = 28,
hp_max = 10,
collisionbox = {-0.6, -0.01, -0.6, 0.6, 1.8, 0.6},
visual = "mesh",
@ -18,7 +18,7 @@ mobs:register_mob("mobs_mc:cow", {
},
makes_footstep_sound = true,
walk_velocity = 1,
armor = 200,
armor = 100,
drops = {
{name = "mcl_mobitems:beef_raw",
chance = 1,