Fix some pathfinding mob definitions

This commit is contained in:
Wuzzy 2017-03-03 01:27:10 +01:00
parent 0f119663d7
commit 26cea30116
10 changed files with 16 additions and 15 deletions

View file

@ -13,7 +13,7 @@ mobs:register_mob("mobs_mc:creeper", {
hp_min = 20,
hp_max = 20,
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.6, 0.4},
pathfinding = true,
pathfinding = 1,
group_attack = true,
visual = "mesh",
visual_size = {x=.75, y=.75, z=.75},