I'm working on a geology mod (Geoimmersion 1.15.2) and I have no Idea how to creat layers of rocks as Better Geo and Mineralogy Mod does. I'm working on Mcreator and Workbench, but I can go to code if someone explain me how
You could effectively determine which block will be your top few blocks in SurfaceBuilderConfig in your SurfaceBuilder method, in a custom Biome class. After that, you could specify at which depths, and how frequent, other blocks spawn in an custom OreGen class.
I'm working on a geology mod (Geoimmersion 1.15.2) and I have no Idea how to creat layers of rocks as Better Geo and Mineralogy Mod does. I'm working on Mcreator and Workbench, but I can go to code if someone explain me how
You could effectively determine which block will be your top few blocks in SurfaceBuilderConfig in your SurfaceBuilder method, in a custom Biome class. After that, you could specify at which depths, and how frequent, other blocks spawn in an custom OreGen class.