Started by
GioMikeRafto
on
Topic category: Help with Minecraft modding (Java Edition)
Let's suppose that someone wants to make large and complicated structures. So, he starts by making the corridors, the stairs, the rooms etc as separate "structure parts". Is thare any way for him to make a structure composed out of these 'structure parts', but completely randomized upon each generation?
(I.e. the ocean monument has multiple rooms and 'corridors', but they don't look the same in each monument - something similar to that)
Thanks in advance,
A random Mcreator rookie
You can create a block that spawns all separate structure parts in place. An example of a structure made out of structure parts: https://www.youtube.com/watch?v=2sfqLgUR2Tw
If you want to even have structure parts inside of your structure parts (rooms being parts and containing random structures too) then it might be smart to give each room a special block that helps you keep track of there to spawn things with an offset inside of the room.
Thanks for answering!
hello Stellaelux i started creating the procedure from the video but it dosen´t alouds to conect the 25 percent chance to the if part