下面是一些MC快速建造指令的示例:
1、使用指令/execute @e[type=Zombie] ~1 ~ ~ setblock ~ ~ ~ minecraft:stone
可以在距離僵尸1格的位置設(shè)置一個(gè)石頭方塊。
2、使用指令/execute @e[type=Zombie] ~1 ~1 ~ setblock ~ ~ ~ minecraft:stone
可以在距離僵尸1格的位置上方1格的位置設(shè)置一個(gè)石頭方塊。
3、使用指令/execute @e[type=Zombie] ~1 ~2 ~ setblock ~ ~ ~ minecraft:stone
可以在距離僵尸1格的位置上方2格的位置設(shè)置一個(gè)石頭方塊。
4、使用指令/execute @e[type=Zombie] ~ ~2 ~ setblock ~ ~ ~ minecraft:stone
可以在距離僵尸2格的位置上方2格的位置設(shè)置一個(gè)石頭方塊。
5、使用指令/execute @e[type=Zombie] ~2 ~2 ~ setblock ~ ~ ~ minecraft:stone
可以在距離僵尸2格的位置上方2格的位置設(shè)置一個(gè)石頭方塊。
6、使用指令/execute @e[type=Zombie] ~1 ~3 ~ setblock ~ ~ ~ minecraft:stone
可以在距離僵尸1格的位置上方3格的位置設(shè)置一個(gè)石頭方塊。
全部評(píng)論