How do I make random drops?

Started by Help_Me_Please on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make random drops?

I am only able to use Random [0,1) and I can't change any numbers in it.

Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Rand generates a decimal in…
Fri, 03/13/2020 - 00:13

Rand generates a decimal in between 0 and 1 so to use it you might do  when [ 0.5 > rand0,1 ] and that will be a 50% chance