Started by
modbroz
on
Topic category: Help with Minecraft modding (Java Edition)
I want my block to break when nothing is below it.
Edited by modbroz on Sat, 06/28/2025 - 14:02
Topic category: Help with Minecraft modding (Java Edition)
I want my block to break when nothing is below it.
someone please help
Do "on block tick update" trigger
if {[get blockstate at (x) (y-1) (z)] = air) then
remove block and spawn block particles [true].
On neighbor block change:
If not block at X Y-1 Z is solid
Do: Break block at X Y Z and drop at X Y Z