您现在的位置是:网站首页> 编程资料编程资料

我的世界 断崖翻越特效视频攻略及指令介绍_单机游戏_游戏攻略_

2024-07-07 191人已围观

简介 我的世界 断崖翻越特效视频攻略及指令介绍_单机游戏_游戏攻略_

《我的世界》复原动作类游戏中常用的特效之一就是穿越断壁残垣,所谓的穿越断臂就是在向前凸起的部分按照提示来移动,如果不按照提示就会受到游戏中的惩罚。这种情况下要如何过关呢?一起看看玩家分享的视频攻略吧。

    指令代码:(按出场顺序)

    /summon Boat ~0.9 ~-1 ~

    /summon Boat ~0.9 ~-1 ~ {CustomName:"broken walls"}

    /summon Boat ~0.9 ~-1 ~ {CustomName:"broken walls"}

    /setblock ~ ~ ~-2 air

    /summon Boat ~ ~ ~

    /fill x y z x1 y1 z1 cobblestone

    /fill ~1 ~ ~ ~1 ~ ~5 air

    /fill ~-1 ~ ~ ~-1 ~ ~5 redstone_block

    /summon FallingSand ~5.3 ~-1 ~ {Block:"minecraft:stone",Time:0}

    /testfor @p

    /kill @e[type=Boat,name="broken walls"]

    /setblock 重置区坐标 redstone_block

    /testfor @p[断崖坐标1,r=0]

    /testfor @p[断崖坐标2,r=0]

    /testfor @p[断崖坐标3,r=0]

    /testfor @p[断崖坐标4,r=0]

    /testfor @p[断崖坐标5,r=0]

    /setblock 高频坐标 redstone_block

    /title @p times 20 80 20

    /title @p title {text:"Wait...",color:dark_red,bold:true}

    /title @p subtitle {text:"There is a cliff in front of you.",color:gold,bold:true,underlined:true}

    /title @p subtitle {text:"Please to side step.",color:gold,bold:true,underlined:true}

    /tp @p ~ ~ ~ -90 30

    /testfor @p[终点坐标,r=0]

    /setblock 高频坐标 air

    /tellraw @p {text:"Success crossed the cliff.",color:gold,bold:true}

    /kill @e[type=Boat,name="broken walls"]

    /setblock 重置区坐标 redstone_block

    /testfor @p[rym=1,ry=179]

    /tp @p ~0.5 ~ ~

    /tellraw @p {text:"You didn't side step,so you had fallen down.",color:red}

    /setblock 347 52 -185 air

    /kill @e[type=Boat,name="broken walls"]

    /setblock 重置区坐标 redstone_block

-六神源码网