Switch random used for my processors
TelepathicGrunt opened this issue ยท 1 comments
I found the processor random would never give me a value below 0.5f for some reason so I need to switch to this instead
Random random = new SharedSeedRandom();
random.setSeed(structureBlockInfoWorld.pos.toLong());