generator block 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:
generator block 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.

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

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try making it like "Set [get…
Wed, 03/11/2026 - 16:18

Try making it like "Set [get number of items in slot 0] + 1" of your item to slot 0