Started by
SwordRunning
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a block that checks if a certain type of block is in front of it.
How would I check if a block is in front of it? (front face)
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a block that checks if a certain type of block is in front of it.
How would I check if a block is in front of it? (front face)
I will get you a procedure to use once I am done
make a procedure then do this
First create a If statement
to make the trigger begin with a block = block, in one side do get block at filled in with get offset of direction connected to a get block direction at, and a block type.
to make your blacklist just add a not in front of the start of the and chain.
just hook it up to the on block tick to add this to a block or you can hook it up to entity tick to make it run.
Could I get an image of this, for some reason I'm completely lost reading that lol