help me, I would like to make a block two high

Started by aaronwalker19 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
help me, I would like to make a block two high

I would like to make a shield that is posed, I make them and the delivery box and match well with my model, but if I shoot an arrow in the upper part of the block it's as if it doesn't exist.

I can only interact with the lower part of my block, what do I do?

thank

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think that the reason is…
Tue, 07/16/2024 - 23:52

I think that the reason is that Minecraft doesn't really support blocks bigger than normal ones, you should divide your model in two blocks (block bottom and block top) and then with procedures make that if you place block bottom block top is placed on top of it, if you break block bottom block top is broken too, if you break block bottom block top is broken too, and you put only block bottom in a creative tab without naming it block bottom but just block. That's also how vanilla blocks that are larger than one block work (like beds and doors)

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
uh, thanks, I'll try even if…
Wed, 07/17/2024 - 18:25

uh, thanks, I'll try even if I don't know how to do it

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
new edit, I succeeded in…
Wed, 07/17/2024 - 19:09

new edit, I succeeded in what you suggested, but now if I break the top block the bottom one still remains and I don't know how to remove it

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
-global trigger: a block is…
Wed, 07/17/2024 - 20:05

-global trigger: a block is broken

-if is provided blockstate the same block as block top

-remove block at x, y-1, z

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thank, I succeeded
Thu, 07/18/2024 - 21:58

thank, I succeeded

Joined Apr 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you're welcome
Thu, 07/18/2024 - 22:06

you're welcome