mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-20 13:02:29 +01:00
Make creepers run away from cats/ocelots
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user