Random help pls

Started by MrRivus on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 months ago
Joined Mar 2025
Points:
44

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Random help pls
Thu, 03/13/2025 - 15:38 (edited)

How to make a random selection of items from a list without repeating

 

Edited by MrRivus on Thu, 03/13/2025 - 15:38
If you want to prevent…
Thu, 03/13/2025 - 15:49

If you want to prevent repeating, you will need to track what items have already been offered in some sort of variable

Active 5 months ago
Joined Mar 2025
Points:
44

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Thank you for responding,…
Thu, 03/13/2025 - 16:05

Thank you for responding, but I can't figure out how to do this.

Active 5 months ago
Joined Mar 2025
Points:
44

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Maybe there's a video clip…
Thu, 03/13/2025 - 16:48

Maybe there's a video clip explaining how to do this.

You could use e.g. text…
Fri, 03/14/2025 - 16:16

You could use e.g. text variable and store comma separated registry names of already used items

Active 5 months ago
Joined Mar 2025
Points:
44

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Is it possible to do this…
Fri, 03/14/2025 - 17:05

Is it possible to do this for a graphical user interface and not for an item?