You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dshadowwolf edited this page Jul 17, 2020
·
1 revision
The feature generator named default attempts to mimic, to a degree, standard ore generation by Minecraft. A sample spawn using it, taken from the example included with MMD OreSpawn 3 follows:
As can be seen, this spawns coal ore. The parameters are, as follows:
size - Average size of the spawn, as modified by the variation parameter
variation - The spawn will be anywhere from size - variation to size + variation
frequency - How often this spawn will occur. For this generator this can either be an integer (in this case 20) or a floating point value. The integer form says "try to find a starting point this many times", the floating point form is a percentage chance.
minHeight - The minimum Y-level where a spawn may begin or even exist
maxHeight - The maximum Y-level where a spawn may begin or exist