Started by
aaronwalker19
on
Topic category: Help with Minecraft modding (Java Edition)
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
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)
uh, thanks, I'll try even if I don't know how to do it
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
-global trigger: a block is broken
-if is provided blockstate the same block as block top
-remove block at x, y-1, z
thank, I succeeded
you're welcome