Ore Generation (Legacy): Difference between revisions

Content deleted Content added
No edit summary
Line 44: Line 44:


=== Mix Veins ===
=== Mix Veins ===
Mix Veins come in four parts, Primary, Secondary, Inbetween, and Around. Each of these parts can be a different ore. Each mix will always be 7 blocks tall, or in other words have 7 levels (unless unnaturally cut off by dirt/air/non-stone type blocks). The Primary part is contained in the top-most 3 layers, Secondary the bottom-most 3 layers, Inbetween the 3rd and 4th layers, and Around can be found randomly anywhere in the 7 layers in much smaller amounts. [[File:Mix-layers.png|thumb|150x150px|Basic diagram of each layer from top to bottom.]]
Mix Veins come in four parts, Primary, Secondary, Inbetween, and Around. Each of these parts can be a different ore. Each mix will always be 9 blocks tall, or in other words have 9 levels (unless unnaturally cut off by dirt/air/non-stone type blocks), in all dimensions, except Galacticraft ones. The Primary part is contained in the top-most 4 layers, Secondary the bottom-most 4 layers, Inbetween the 4th to 7th layers, and Around can be found randomly anywhere in the 9 layers in much smaller amounts. [[File:Mix-layers.png|thumb|150x150px|Basic diagram of each layer from top to bottom.]]


Mix Veins can be a varying width and length depending on randomness and a configuration value called <code>size</code>. Each different '''mix type''' has a <code>size</code> value set for it. For programmers the min and max x and z values are defined by the following code, regular users can just read the table after.
Mix Veins can be a varying width and length depending on randomness and a configuration value called <code>size</code>. Each different '''mix type''' has a <code>size</code> value set for it. For programmers the min and max x and z values are defined by the following code, regular users can just read the table after.