開心遊戲館

位置:首頁 > 手遊攻略問題 > 

我的世界獲得寒冰弓指令,寒冰弓指令獲得方法

粉色:/testfor @e[type=Arrow,c=1] {inGround:1b}檢測箭是否在地上。綠色:/execute @e[type=Arrow,c=1] ~ ~ ~ /tp @e[type=!Arrow,r=6] @e[type=Arrow,c=1] 把不是箭的實體tp到箭上。黃色:/execute @e[type=Arrow,c=1] ~ ~ ~ /fill ~-1 ~ ~-1 ~1 ~2 ~1 ice 在箭那fill出冰。藍色:/kill @e[type=Arrow,c=1]把箭殺死。

我的世界獲得寒冰弓指令 寒冰弓指令獲得方法

教程開始:

粉色:

/testfor @e[type=Arrow,c=1] {inGround:1b}

檢測箭是否在地上。

綠色:

/execute @e[type=Arrow,c=1] ~ ~ ~ /tp @e[type=!Arrow,r=6] @e[type=Arrow,c=1]

把不是箭的實體tp到箭上。

黃色:

/execute @e[type=Arrow,c=1] ~ ~ ~ /fill ~-1 ~ ~-1 ~1 ~2 ~1 ice

在箭那fill出冰。

藍色:

/kill @e[type=Arrow,c=1]

把箭殺死。