finish READMEs

This commit is contained in:
dfsek 2021-07-13 20:47:39 -07:00
parent 2745bb8ba3
commit bac5557873
10 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# config-biome
Registers the default configuration for Terra Biomes, `BIOME`.

View File

@ -0,0 +1,3 @@
# config-carver
Registers the default configuration for Terra Carvers, `CARVER`.

View File

@ -0,0 +1,3 @@
# config-flora
Registers the default configuration for Terra Flora, `FLORA`.

View File

@ -0,0 +1,3 @@
# config-noise-function
Registers the default noise functions.

View File

@ -0,0 +1,3 @@
# config-ore
Registers the default configuration for Terra Ores, `ORE`.

View File

@ -0,0 +1,3 @@
# config-palette
Registers the default configuration for Terra Palettes, `PALETTE`.

View File

@ -0,0 +1,3 @@
# config-structure
Registers the default configuration for Terra Structures, `STRUCTURE`.

View File

@ -0,0 +1,3 @@
# config-tree
Registers the default configuration for Terra Trees, `TREE`.

View File

@ -0,0 +1,3 @@
# language-yaml
Allows `*.yml` files to be loaded as Terra configurations.

View File

@ -0,0 +1,4 @@
# structure-terrascript-loader
Implements the TerraScript structure scripting language, and loads all `*.tesf` files
into the Structure registry.