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!
Greetings! I'm trying to make a decorative lamp two blocks high. I would like it to break both blocks when any of the blocks are broken. I don't know programming, but I'm trying this code that Octave_ posted, but it won't let me use it in the trigger, and it tells me that it requires dependencies, but I don't know how to fix it. The dependencies it asks for are Entity, x, y, z, and World.
This is the code, I hope you can help me.