How do you make a randomized generator block with a wait time?

Started by AheeDude on

Topic category: Help with modding (Java Edition)

Last seen on 15:35, 15. Oct 2023
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you make a randomized generator block with a wait time?

I want to make a block that spawns a randomized ingot (iron, gold, or copper) every 7 seconds. Can anyone help me with this?

Last seen on 05:10, 3. Dec 2023
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can create a "Tag"…
Sat, 09/23/2023 - 17:25

You can create a "Tag" element for items. Add all the ingots, etc. you want to the tag. Then in your procedure under the "Items" tab there is a block for "get random e item from tag".