Blocks updating when adjacent block updates.

Started by AidenR0 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Blocks updating when adjacent block updates.

Hello!

I have created a tree which has fruits grow on its leaves. I set the block to tick randomly and then on update tick, it'll replace the block with the one with the fruit. All is working well, except that whenever I change any of the neighbouring block, the original one updates automatically. (I set a procedure where upon right click on the leaves, it'll replace the leaf block with a fruitless version, then spawn the item (fruit). So let's say I have two blocks on top of each other. Whenever I right click and harvest the top block, it works well, but when I harvest the bottom one, the block above gets updated and it grows instantly, then because of that, the block at the bottom gets updated again.)

This allows for infinite harvesting which I kinda don't want. 

Is there anyway to fix this?

Thank you!

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I really need help with this…
Wed, 08/11/2021 - 17:29

I really need help with this, so I'm sorry for the bump.

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh I found the issue! It…
Wed, 08/11/2021 - 17:47

Oh I found the issue!

It seems that when the blocks are tagged as "Leaves" in MCreator, this issue happens.

Is this a bug of Minecraft or a bug of MCreaotr? If so, should I open a bug report?