/give @p command_block - 命令方块
/give @p structure_block - 结构方块
/give @p barrier - 屏障方块
/give @p light_block 64 15 - 光明方块
/give @p allow - 允许方块
/give @p deny 64 - 拒绝方块
/give @p b_block - 边界方块
/give @p structure_block - 结构空位

/give @p jigsaw - 拼图方块(线据方块)
give @p spawn_egg 1 51 - NPC蛋
/fill ~7~6~7~-7~-1~-7 planks 0 outline - 小型火柴盒
execute @e[type=boat] ~~~ fill ^-2^-1^-1 ^2^-1^4 ice - 自动铺路船
以下需要命令方块(循环 - 无条件 - 保持开启)
共需四个命令方块
execute @e[type=armor_stand] ~ ~ ~ fill ^ ^0 ^ ^0.6
execute @e[type=armor_stand] ~ ~ ~ fill ^ ^51 ^ ^ ^51 ^50 glass
execute @e[type=armor_stand] ~ ~ ~ fill ^ ^-1 ^ ^ ^-1 ^50 cobblestone
execute @e[type=armor_stand] ~ ~ ~ fill ^ ^-1 ^50 ^ ^50 ^50 quartz_block
以下指令建造玻璃房(需要循环无条件保持开启)
tp @e[type=boat] ~ ~ ~ ~3 ~-0.01
execute @e[type=boat] ~ ~ ~ block ^ ^ ^16 glass
输入完放船即可完成
以下指令是建造螺旋滑冰场(循环无条件保持开启)
execute @e[type=armor_stand] ~ ~ ~ fill ^ ^ ^17 ^ ^1 ^17 snow
execute @e[type=armor_stand] ~ ~ ~ fill ^ ^ ^9 ^ ^1 ^9 snow
execute @e[type=armor_stand] ~ ~ ~ fill ^ ^ ^10 ^ ^ ^16 ice
execute @e[type=armor_stand] ~ ~ ~ tp @s ^ ^-0.1 ^ ~3
输入好在200格高度放盔甲架即可
/ @p - (输入好后添加字,形成字幕)
/kill @e[type=item] - 清除掉落物
还木有评论哦,快来抢沙发吧~