How to make snowballs break blocks. Minecraft(JAVA)

Channel:
Subscribers:
1,420
Published on ● Video Link: https://www.youtube.com/watch?v=D6rVbm3PM2c



Category:
Guide
Duration: 4:11
1,985 views
35


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

Hope you enjoy ;)