Check Item in block and do loop

Started by Alexis2Wish on

Topic category: Help with MCreator software

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Check Item in block and do loop

Hello, I would like to make a block that makes particles from cobblestones. I've done it, but I'd like to add an upgrade to speed up the process while keeping the fact that I can use it without the upgrade.
How can I do this?

Version: 2022.2 for Forge 1.16.5

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i'm assuming you put the…
Thu, 07/10/2025 - 09:57

i'm assuming you put the upgrade in a UI inventory? (similar to chests, furnaces, stuff)? if that's the case, there are procedures for checking the item in the slot. if it has one, run the procedure with lower delay, otherwise do it with lower delay.