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

Started by AheeDude on

Topic category: Help with Minecraft modding (Java Edition)

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?

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".