「指令」投掷物爆炸
说到爆炸弓、起床战争的火焰弹,好玩,但是其实决定爆炸弓爆炸的是箭,所以通过这个思路完成了一个爆炸弓(然而能力有限,只能实现炸地,打生物不爆炸)execute as @e at @s if block ~ ~-0.1 ~ minecraft:air run tag @s add arrow_tag
execute as @e at @s unless block ~ ~-1 ~ minecraft:air run summon minecraft:tnt ~ ~0 ~然而有个问题,箭插在地上不动就一直炸,于是要kill它
execute as @e at @s unless block ~ ~-0.1 ~ air run kill @s雪球等同理,且雪球自己会消失省略最后一步
页: [1]