doouble tall block

Started by Sec-To-Bar on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
doouble tall block

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

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have an example from a mod…
Thu, 06/23/2022 - 00:36

I have an example from a mod I have been tinkering with the last few weeks:

procedure

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.

Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but the "when block added"…
Sat, 06/25/2022 - 23:06

but the "when block added" trigger doesnt have a dependency for direction and wont let me add the procedure

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My bad - "When block is…
Sun, 06/26/2022 - 04:56

My bad - "When block is placed by" should be the correct trigger.

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what if i were to make an 2…
Tue, 08/29/2023 - 15:36

what if i were to make an 2 wide block, that works with rotation??

 

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you for the help! I…
Sat, 07/13/2024 - 06:11

Thank you for the help! I needed help on a mod of mine and it really helped! Thank you again!