Started by
Ch3357mrm4n
on
Topic category: General Minecraft forum
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.
Topic category: General Minecraft forum
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.
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.