Started by Help_Me_Please on Sun, 11/18/2018 - 20:31 Topic category: Help with Minecraft modding (Java Edition) I am only able to use Random [0,1) and I can't change any numbers in it. Jump to top You can multiply it to get a bigger range. Check for the example in the template library. Jump to top Permalink Log in or register to post comments 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 Jump to top Permalink Log in or register to post comments
You can multiply it to get a bigger range. Check for the example in the template library. Jump to top Permalink Log in or register to post comments
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 Jump to top Permalink Log in or register to post comments
You can multiply it to get a bigger range. Check for the example in the template library.
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