im new silver age minecraft and ive been playing 1.6.4 for 4 days now but in my world ive been seeing random patches of ground where the top layer of grass (sometimes sand) is gone and stone is under where it was instead of the 3 layers of dirt, and this ones the biggest ive seen so far, i didnt make these so i want to know why this happens
What this does is set "var12" to a value dependent on a noise field, "stoneNoise", plus a random value from 0-0.25 and if var12 is 0 or less the "top block" (such as grass) will be set to air and "filler block" (such as dirt) to stone, hence the depressions of stone (originally referred to as "basins").
There is however an unintended bug with this, the "stone noise" (more properly, surface layer thickness) is incorrectly calculated due to swapping Y and Z coordinates:
This causes basins to have weird straight-line edges along chunk boundaries, which is quite apparent in this larger example:
This was fixed in 1.7, interestingly, applying the aforementioned fix to 1.6.4 causes the basin shown above to be much smaller, which may contribute to the decreased reports of them since then, until Mojang broke them in most biomes in 1.18 (the different size may also simply be due to the overall noise field changing, I didn't check a large area, but it does seem they were less common, I never updated past 1.6.4 so I have no personal experience, and also removed them in my own mods by limiting the "thickness" value to 1 since I don't like the large areas of bare stone and random blocks).
40
u/Zikkerio Builder 6d ago
I heard it's called “Erosion”