特殊物品
本帖最后由 yi个NPC 于 2024-4-26 22:14 编辑这可能是基岩版最简单的获取特殊物品的方式!
装上“特殊物品”模组
聊天栏输入指令:/function update64
就可以获得 获取命令方块:/give @s command_block
让aaa移动0.2格:/execute @e ~~~ tp @s ~~~0.2
在aaa生成盔甲架:/execute @e ~~~ summon armor_stand ~~~
第一道激光:/execute @e ~~~ particle minecraft:obsidian_glow_dust_particle ~~0.5~
第二道激光:/execute @e ~~~ particle minecraft:obsidian_glow_dust_particle ~~1.5~
关闭命令方块显示:gamerule commandblockoutput false
盔甲架伤害指令:/execute @e ~~~ effect @p instant_damage 1 1 true 桂圆在海边吹风 发表于 2024-5-18 21:18
获取命令方块:/give @s command_block
让aaa移动0.2格:/execute @e ~~~ tp @s ~~~0.2
在aaa生成 ...
这个execute指令是1.18版本的
1.20.80不能用
页: [1]