mirror of
git://repo.or.cz/rocks.git
synced 2024-11-18 08:10:47 +01:00
34 lines
816 B
Plaintext
34 lines
816 B
Plaintext
Geological layer generator for [Minetest] "rocks"
|
|
=============
|
|
|
|
Aim of this mod is to replace all generic stone (default:stone) and
|
|
generate underground layers of different rocks.
|
|
|
|
Currently everithing generated above ground, in air. This is for debugging.
|
|
|
|
Features
|
|
--------
|
|
|
|
* layers of different rocks: sort of working
|
|
* ore veins: nothing
|
|
* extensibility, api: ok
|
|
|
|
** Work in progress! **
|
|
|
|
* git clone git://repo.or.cz/rocks.git ([show](http://repo.or.cz/rocks.git/))
|
|
* (old) Git clone: [https](https://gitorious.org/mt/rocks.git)
|
|
|
|
Screenshots
|
|
-----------
|
|
|
|
* Layers: ![sample of layers](layers0.png)
|
|
* Coal pane: ![large coal deposit](coal-pane0.png)
|
|
* Vein: ![sample of generated vein](vein0.png)
|
|
|
|
Documentation
|
|
-------------
|
|
|
|
How the underground is generated: *todo*.
|
|
|
|
Mod has been rewritten, so no doc yet.
|