Started by
Sec-To-Bar
on
Topic category: Help with Minecraft modding (Java Edition)
i need to create a double tall block for my mod, but i cant find any similar posts that arent about crops and blockadded doesnt have a dependency for block direction which is required for the 2 blocks
I have an example from a mod I have been tinkering with the last few weeks:
I have two seperate blocks for the top half and bottom half, and this procedure is tiggered by the "On block added" of the bottom half block. This also takes the block direction into account.
but the "when block added" trigger doesnt have a dependency for direction and wont let me add the procedure
My bad - "When block is placed by" should be the correct trigger.
what if i were to make an 2 wide block, that works with rotation??
Thank you for the help! I needed help on a mod of mine and it really helped! Thank you again!