Just trying to increase the detection and follow range of mobs in the windows 10 edition for a little map I'm throwing together. The way I've seen this done in the past is through attributes such as this.
As far as I understand, attributes don't work in windows 10 edition (I get a syntax error at the open bracket). The other option I've looked at has been to edit the behavior pack of the zombie mob. I have successfully changed everything from health to damage but no matter how much I change the values in
Hey guys,
Just trying to increase the detection and follow range of mobs in the windows 10 edition for a little map I'm throwing together. The way I've seen this done in the past is through attributes such as this.
/summon Zombie -448 65 -476 {Attributes:[{Name:generic.followRange,Base:40}]}As far as I understand, attributes don't work in windows 10 edition (I get a syntax error at the open bracket). The other option I've looked at has been to edit the behavior pack of the zombie mob. I have successfully changed everything from health to damage but no matter how much I change the values in
"minecraft:behavior.move_towards_target": { "priority": 5, "within_radius": 1000 },or
"minecraft:behavior.nearest_attackable_target": { "priority": 1, "within_radius": 1000,I get no results.
Anyone had any luck in this area?