When using the command below,
/summon Villager ~ ~ ~ {NoAI:1}
It doesn't seem to work anymore. NoAI
does not seem to function properly.
Comments 8
@[Mod] FVbico Can you provide me with the command that you used? I tried this out:
/summon Villager ~ ~ ~ {NoAI:1b}
Still not working for me.
I think my issue is being them accepting knockback damage and falling. Thought NoAI
prevented them from moving?
NoAI
was changed in 1.9 to only affect AI, not physics. You can use NoGravity
to prevent falling and set their "generic.knockbackResistence" attribute to 1 to prevent knockback.
Cannot reproduce.