Started by
Jose4T5Y
on
Topic category: Help with MCreator software
Does it help to procedures make a block that is naturally generated at, x random , y 130 , z random ? how could i do it
Edited by Jose4T5Y on Wed, 07/07/2021 - 21:33
Topic category: Help with MCreator software
Does it help to procedures make a block that is naturally generated at, x random , y 130 , z random ? how could i do it
Go to templates in procedures and you will see one for random 0.7 which = 70%
¿?
The random procedure generates numbers between 0 and 1. Subtract 0.5 so that you get negative values and multiply it by 2. Now multiply that number with the max coordinate you want your blocks to spawn. Now repeat the process for both coordinates.
Check the procedure tutorials on YouTube: https://www.youtube.com/watch?v=CVp64YW2MB0&list=PLAeL-oIFIEngf6S4p5X5C…
They should help you get the rough idea of procedures.