(6月20日第3次更新,只更新了function,增加了在合适时给予漂浮、跳跃的功能)
(看不了图的话用网盘:链接: http://pan.baidu.com/s/1dE7I44D 密码: ttw7)
图1
如图1,品红色带釉陶瓦的图案是箭头状的,于是有的灵感
图2图3
如图2、图3,人物(@a仅玩家)站在砖块上会按其方向平移(pcb、单指令1)
pcb1:
- //脚下
- rcb:execute @a ~ ~ ~ detect ~ ~-1 ~ magenta_glazed_terracotta 0 tp @s ~ ~ ~-1
- execute @a ~ ~ ~ detect ~ ~-1 ~ magenta_glazed_terracotta 1 tp @s ~1 ~ ~
- execute @a ~ ~ ~ detect ~ ~-1 ~ magenta_glazed_terracotta 2 tp @s ~ ~ ~1
- execute @a ~ ~ ~ detect ~ ~-1 ~ magenta_glazed_terracotta 3 tp @s ~-1 ~ ~
单指令1:
另外站在其侧面也可,如图4(pcb、单指令2):
图4
- //侧面
- /*
- x-1下-上+
- x+1上-下+
- z-1 -下+上
- z+1 -上+下
- magenta_glazed_terracotta 0 tp @s ~ ~ ~
- */
- rcb:execute @a ~ ~ ~ detect ~-1 ~ ~ magenta_glazed_terracotta 0 tp @s ~ ~-1 ~
- execute @a ~ ~ ~ detect ~-1 ~ ~ magenta_glazed_terracotta 1 tp @s ~ ~ ~-1
- execute @a ~ ~ ~ detect ~-1 ~ ~ magenta_glazed_terracotta 2 tp @s ~ ~1 ~
- execute @a ~ ~ ~ detect ~-1 ~ ~ magenta_glazed_terracotta 3 tp @s ~ ~ ~1
- execute @a ~ ~ ~ detect ~1 ~ ~ magenta_glazed_terracotta 0 tp @s ~ ~1 ~
- execute @a ~ ~ ~ detect ~1 ~ ~ magenta_glazed_terracotta 1 tp @s ~ ~ ~-1
- execute @a ~ ~ ~ detect ~1 ~ ~ magenta_glazed_terracotta 2 tp @s ~ ~-1 ~
- execute @a ~ ~ ~ detect ~1 ~ ~ magenta_glazed_terracotta 3 tp @s ~ ~ ~1
- execute @a ~ ~ ~ detect ~ ~ ~-1 magenta_glazed_terracotta 0 tp @s ~-1 ~ ~
- execute @a ~ ~ ~ detect ~ ~ ~-1 magenta_glazed_terracotta 1 tp @s ~ ~-1 ~
- execute @a ~ ~ ~ detect ~ ~ ~-1 magenta_glazed_terracotta 2 tp @s ~1 ~ ~
- execute @a ~ ~ ~ detect ~ ~ ~-1 magenta_glazed_terracotta 3 tp @s ~ ~1 ~
- execute @a ~ ~ ~ detect ~ ~ ~1 magenta_glazed_terracotta 0 tp @s ~-1 ~ ~
- execute @a ~ ~ ~ detect ~ ~ ~1 magenta_glazed_terracotta 1 tp @s ~ ~1 ~
- execute @a ~ ~ ~ detect ~ ~ ~1 magenta_glazed_terracotta 2 tp @s ~1 ~ ~
- execute @a ~ ~ ~ detect ~ ~ ~1 magenta_glazed_terracotta 3 tp @s ~ ~-1 ~
单指令2:
单指令1+单指令2=单指令3:
(2017.6.20更新,增加了在合适时给予漂浮、跳跃的功能)
另外:function版(参考http://www.mcbbs.net/thread-698426-1-1.html及wiki:http://minecraft-zh.gamepedia.com/%E5%87%BD%E6%95%B0):
先使用:
- /function linyangqi-jiemi:init-move_along_terracotta
(里面的指令):
后用
a.
- 使砖块 上方 的 执行者 平移:/function ceshi:pingyi_1
- 使砖块 侧面 的 执行者 平移:/function ceshi:pingyi_2
- 使砖块 上方与侧面 的 执行者 平移:/function ceshi:pingyi_3
- (命令放入循环命令方块并激活)
- 使玩家:前面加
- execute @a ~ ~ ~
- 使全体实体:前面加
- execute @e ~ ~ ~
- /gamerule gameLoopFunction linyangqi-jiemi:main-move_along_terracotta
不带漂浮的:
带漂浮的:
安装方法:
将压缩包解压到 .minecraft/saves/你的存档/data/functions
然后重新打开你的存档即可!(ps:若不想重新加载,可使用“/reload”)
- /reload
感谢阅读,玩得开心!
@pca006132 @chyx @FHC红石 @langyo_v3 @-ZCH- @12356789asdfg @ruhuasiyu @Deing @Formula3 @MsYqgzt @雷鸣·翾鹗