How do i make it so that when i look at a block it turns into a custom block

Started by Ch3357mrm4n on

Topic category: General Minecraft forum

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i make it so that when i look at a block it turns into a custom block

How do i make it so that when i look at a block it turns into a custom block I've been trying to make this happen for a while now.

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Using the player tick…
Fri, 10/17/2025 - 03:52

Using the player tick trigger use a check if the block the player is looking at using xyz of ray tracing position is the custom block, then replace it with the new block.