Help with procedure.

Started by Jim123456789 on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with procedure.

I am making a procedure that gives you a item every few 100 ticks, but once it activates it just loops and gives you hundreds of the items.Photo

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
that's the "wait' block, it…
Fri, 06/04/2021 - 04:38

that's the "wait' block, it waits 100 tick and loops you need another block for that, its used for delays use a "loop" block

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks! But ive already…
Tue, 06/08/2021 - 05:01

Thanks! But ive already solved the problem