forked from VoxeLibre/VoxeLibre
Make creepers run away from cats/ocelots
This commit is contained in:
parent
fb1fb50bd3
commit
58b9c3dbf5
|
@ -37,6 +37,7 @@ mobs:register_mob("mobs_mc:creeper", {
|
||||||
makes_footstep_sound = true,
|
makes_footstep_sound = true,
|
||||||
walk_velocity = 1.5,
|
walk_velocity = 1.5,
|
||||||
run_velocity = 3,
|
run_velocity = 3,
|
||||||
|
runaway_from = { "mobs_mc:ocelot", "mobs_mc:cat" },
|
||||||
attack_type = "explode",
|
attack_type = "explode",
|
||||||
|
|
||||||
explosion_radius = 3,
|
explosion_radius = 3,
|
||||||
|
|
Loading…
Reference in New Issue