Adjust health and drops of mobs
This commit is contained in:
parent
4af543d920
commit
c5aa2e612c
14 changed files with 92 additions and 192 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue