Vein registration stuff.
[rocks.git] / how.txt
blobbb562148d63fd9ecfa92c02b0cc67575810d8ba7
1 I see that the state this mod is now is horrible. Now, as I passed my final 
2 exams, i decided to spend more time on this. Since I cannot write a 
3 complete geological simulator, I decided on the following strategy:
5 1. Under like 5km generate only igneous rocks.
6 2. Abowe that generate sandstone, that will serve as placeholder for more rocks.
7 3. Generate a fixed amout of layers of rocks there.
8    - some igneous layers could represent lava spills
9    - including metamorphic rocks
10 4. Shift everything around (possibly multiple times) to simulate faults.
11 5. Create some intrusions (name?) and underground volcanic activity.
12 6. Create some veins.
14 Using 2d noise as heightmap has one notable advantage: Looping over 80*80 
15 nodes is faster than 80*80*80.
17 Minecraft mods I inspire from: Geologica, SGU bettergeo, geocraft.
19 Doing a complete geological mapgen could be possible too: Start with plate 
20 tectonics, deposit rock in layer on top of each other, do some faults and 
21 folding inbetween, put soil on top. This could produce an interesting 
22 landscape.