Started by
torresweon
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I'm having an issue with a connected block (fence-like type). I need it to check where the player is placing the block, but it only faces one direction. I've already tried using the "Trigger Direction" box, but it says that required dependencies are missing. Please, if you have the time, help me out. (I'm using the Blockstates plugin)
use trigger "when block placed" on this block. This event will normally provide "blockstate" dependency. You can get
direction
blockstateNo, the dependency that is bothering me is the 'Direction' one.