Make creepers run away from cats/ocelots

This commit is contained in:
Wuzzy 2018-01-26 18:50:28 +01:00
parent fb1fb50bd3
commit 58b9c3dbf5
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ mobs:register_mob("mobs_mc:creeper", {
makes_footstep_sound = true,
walk_velocity = 1.5,
run_velocity = 3,
runaway_from = { "mobs_mc:ocelot", "mobs_mc:cat" },
attack_type = "explode",
explosion_radius = 3,