⊙v⊙ 发表于 2020-2-18 16:24
盔甲架非适格的愤怒对象...
用了Pillager,情况一样
唤魔者尖牙指定仇恨实体uuid试试?
玩家运行如下函数:
实测在 20w07a 可以吸引仇恨。
代码:
- summon minecraft:zombie_pigman ~ ~ ~ {Tags:["A"]}
- summon minecraft:zombie_pigman ~ ~ ~ {Tags:["A"]}
- summon minecraft:zombie ~ ~ ~ {Tags:["B"]}
- execute at @e[tag=A,limit=1] run summon minecraft:snowball ~ ~3.5 ~ {Tags:["snowball"],Motion:[0.0d,-10.0d,0.0d]}
- execute as @e[tag=snowball] run data modify entity @s owner.L set from entity @e[limit=1,tag=B] UUIDLeast
- execute as @e[tag=snowball] run data modify entity @s owner.M set from entity @e[limit=1,tag=B] UUIDMost