Started by
Atomix_
on
Topic category: Help with Minecraft modding (Java Edition)
I am making a mod that has a item that can give you a random effect from negative to positive and do not know where to start.
Topic category: Help with Minecraft modding (Java Edition)
I am making a mod that has a item that can give you a random effect from negative to positive and do not know where to start.
I tried to make a random drop from ore, but it didn’t work. You need to create a variable in which you will write a random number, and give the player an effect if the number is equal to _ I hope I helped in some way (my english are bad sorry)
set (your variable) to: random[0, 1) * (your var)
^
Maybe you can use only 10, i have not tried