Skip to content

Commit f95a86e

Browse files
authored
Merge pull request #48 from DeathShadez/pack-from-scratch
add new pack-from-scratch guides
2 parents 1a3055e + e6d2ba6 commit f95a86e

31 files changed

Lines changed: 3342 additions & 808 deletions

docs/config/development/feature-from-scratch/index.rst

Lines changed: 0 additions & 445 deletions
This file was deleted.

docs/config/development/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ Config Development
1313
meta-configuration
1414

1515
pack-from-scratch/index
16-
feature-from-scratch/index
1716

1817
modifying-existing-pack
1918

19+
terrain-list
20+
multi-layered-terrain
21+
2022
noise/index
2123
image/index
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
=====================
2+
Multi-Layered Terrain
3+
=====================
4+
5+
This guide will show the process of creating terrain that consists of multiple layers.
6+
7+
If you haven't already, please read the
8+
:doc:`Config Development Introduction </config/development/introduction>` &
9+
:doc:`Creating A Pack From Scratch </config/development/pack-from-scratch/introduction>`
10+
for more information before continuing.
11+
12+
If you haven't already, please read the
13+
:doc:`Terrain From Scratch </config/development/pack-from-scratch/terrain>` &
14+
for more information about creating terrain from scratch before continuing.
15+
16+
** Work In Progress **

docs/config/development/noise/configuring.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Here is what the above example looks like with the ``salt`` key added:
5252
All optional parameters have pre-defined default values that are set when they are not specified.
5353
When the ``salt`` key is not included in a sampler config, it will default to its predefined value ``0``.
5454

55+
.. _noise-tool:
56+
5557
Noise Tool
5658
----------
5759

@@ -185,6 +187,8 @@ configuration:
185187
Other Noise Sampler Techniques
186188
==============================
187189

190+
.. _sampler-fractalization:
191+
188192
Fractalization
189193
--------------
190194

0 commit comments

Comments
 (0)