游戏攻略

我的世界怎么让盔甲架动

快知识   游戏攻略   2020-05-30   134209

《我的世界》中没有什么事情是做不到的,你甚至可以通过命令让游戏中的盔甲架动起来!有生命的盔甲甲听上去是不是很厉害?来看看怎么实现的。首先是放出一个盔甲架然后输入指令,这些指令给可以添加手脚,前两步是底盘的设计。

然后我们来添加手脚,这些是需要指令的,指令为:/entitydata@e[type=ArmorStand,r=4]{NoBasePlate:1}让周围的盔甲架没有底盘  /entitydata@e[type=ArmorStand,r=4]{ShowArms:1}让周围的盔甲架加手。

就这么站着的盔甲架太单调,让他活过来吧!,我们怎么让他跑起来,多一些姿势呢?动作指令:/entitydata@e[type=ArmorStand,r=10]{Pose:{RightArm:[0f,0f,100f]}}

其他指令:

1、调整左脚角度/entitydata@e[type=ArmorStand,r=4]{Pose:{LeftLeg:[0f,0f,0f]}}

2、调整头角度/entitydata@e[type=ArmorStand,r=5]{Pose:{Head:[0f,0f,0f]}}

3、调整左手角度/entitydata@e[type=ArmorStand,r=4]{Pose:{LeftArm:[0f,0f,0f]}}

4、调整右脚角度/entitydata@e[type=ArmorStand,r=5]{Pose:{RightLeg:[0f,0f,0f]}}

5、调整右手角度/entitydata@e[type=ArmorStand,r=4]{Pose:{RightArm:[0f,0f,0f]}}

6、调整身体角度/entitydata@e[type=ArmorStand,r=5]{Pose:{Body:[0f,0f,0f]}}