Block Break When Nothing is Below

Started by modbroz on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Block Break When Nothing is Below
Sat, 06/28/2025 - 14:02 (edited)

I want my block to break when nothing is below it.

Edited by modbroz on Sat, 06/28/2025 - 14:02
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
someone please help  
Sat, 06/28/2025 - 13:44

someone please help

 

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do "on block tick update"…
Sat, 06/28/2025 - 13:52

Do "on block tick update" trigger

 

if {[get blockstate at (x) (y-1) (z)] = air) then

remove block and spawn block particles [true].

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
On neighbor block change: If…
Sat, 06/28/2025 - 13:52

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