Prevent falling (gravity) blocks of dropping itself when it falls on torch

Started by Darknessay on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Prevent falling (gravity) blocks of dropping itself when it falls on torch

I have made a gravity block, put it's custom drop to AIR and even set its to 0 amount, it works as it should when mining block, but if use the bug with torch, it still drops that block.

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i have a very neiche…
Fri, 01/10/2025 - 04:40

i have a very neiche solution, but maybe have it to where the block sends tick signals for a while after updating, killing the nearby item? its a temporary and unconventional solution but as of now its all i can think of.

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The solution was much easier…
Fri, 01/17/2025 - 02:18

The solution was much easier: i had just to make grass/torches "replacable", so falling block replaces it when lands.