item generator not working bug

Started by Reni on

Topic category: Troubleshooting, bugs, and solutions

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
item generator not working bug

So im making a block with a GUI, that has 1 slot, and it just works like an item generator, that slowly makes that item. And I have it as the on tick update procedure (just for testing), set 1 (item) in slot 0 of block x y z if it has inventory. and it doesnt work! whenever I place it, it just does not work! ive actually tried everything but I just cant find the solution.

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is the item storage enabled …
Sun, 03/08/2026 - 21:46

Is the item storage enabled & bound to your GUI? Also could you elaborate a bit more on what you're doing? (screenshots of the gui & procedure would be helpful)

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
https://imgur.com/a/saRnVgV…
Mon, 03/09/2026 - 13:39

https://imgur.com/a/saRnVgV here are the images,(1) the GUI (2) block gui options and (3) the on tick update procedure.