如题1.13,因为最近想制作BossFight...然后发现盔甲架向玩家移动是一件很棘手的事情.......于是就来求助惹owo 我个人希望的效果:能调节移动的速度,能转头,还能穿墙,向指定的一个玩家移动...(如果可以实现就太好了...)
高频顺序执行以下两条命令:
execute as @e[type=armor_stand] at @s run teleport @s ~ ~ ~ facing entity @p
execute as @e[type=armor_stand] at @s run teleport @s ^ ^ ^1
红色的 1 就是往前移动的速度了
execute as @e[type=armor_stand] at @s run teleport @s ~ ~ ~ facing entity @p
execute as @e[type=armor_stand] at @s run teleport @s ^ ^ ^1
红色的 1 就是往前移动的速度了
SPGoding 发表于 2019-5-3 17:27
高频顺序执行以下两条命令:
execute as @e[type=armor_stand] at @s run teleport @s ~ ~ ~ facing entity ...
这么快=o=1.13果然很恐怖...