How to break blocks with projectiles in Minecraft(JAVA)

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ส.ค. 2024
  • Today I will show you how to make snow balls break blocks in java.
    Watch the video in case you want to adjust the values.
    The Commands:
    Single block: /execute as @e[type=minecraft:snowball] positioned as @e[type=minecraft:snowball] run setblock ~ ~-1 ~ air replace
    Multi block: /execute as @e[type=minecraft:snowball] positioned as @e[type=minecraft:snowball] run fill ~2 ~2 ~2 ~-2 ~-2 ~-2 air replace

ความคิดเห็น • 1

  • @FR05T682
    @FR05T682 3 หลายเดือนก่อน

    for anyone wondering it needs to be a repeating command block and always active