Started by
ImmenseFlame
on
Topic category: Help with MCreator software
I don't know how I would do this, but I want to make it so 50 percent of the time, I get a item, but the other 50 percent I don't.
Topic category: Help with MCreator software
I don't know how I would do this, but I want to make it so 50 percent of the time, I get a item, but the other 50 percent I don't.
BRUH. Read the Helps.
But I can give you help.
Select the [random 0,1] block.
Do an IF [ [random 0,1] >= 0.50 ] Statement.
The >= must be a Number-Logic (Blue)
inside the IF Statement you need to give you the drop. Meaning: Spawn Item at... in World Procedures.
I highly suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei