diff --git a/README.md b/README.md index ef4e6574..f7853fad 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ This list is non exhaustive. ![](screenshot3.png?raw=true) ![](screenshot4.png?raw=true) ![](screenshot5.png?raw=true) +![](screenshot6.png?raw=true) ## Credits diff --git a/docs/lua-api-biome.md b/docs/lua-api-biome.md index e85810b1..e4bae6c9 100644 --- a/docs/lua-api-biome.md +++ b/docs/lua-api-biome.md @@ -60,6 +60,7 @@ flora = { ``` Possible attributes: + - `block`: Block used as flora - `spawn_on`: What the block below must be - `probability`: Probability to spawn `block` @@ -102,6 +103,7 @@ ores = { ``` Possible attributes: + - `block`: Ore block to be used - `probability`: Probability to spawn an ore vein with that block - `size`: Ore vein size @@ -142,6 +144,7 @@ trees = { ``` Possible attributes: + - `type`: String ID of the tree definition - `probability`: Probability to spawn this tree diff --git a/docs/lua-api-recipe.md b/docs/lua-api-recipe.md index 5f5c4bf5..a79dd843 100644 --- a/docs/lua-api-recipe.md +++ b/docs/lua-api-recipe.md @@ -57,6 +57,7 @@ result = { ``` Possible attributes: + - `id`: String ID of the item created. - `amount`: Amount of items in the created stack @@ -100,6 +101,7 @@ input = { ``` Possible attributes: + - `id`: String ID of the item created. - `amount`: Amount of items in the created stack @@ -116,6 +118,7 @@ output = { ``` Possible attributes: + - `id`: String ID of the item created. - `amount`: Amount of items in the created stack diff --git a/docs/lua-api-sky.md b/docs/lua-api-sky.md index b1d9ffa3..6ed6cc01 100644 --- a/docs/lua-api-sky.md +++ b/docs/lua-api-sky.md @@ -30,6 +30,7 @@ color = { ``` Possible values: + - `day`: Sky color at midday ### `fog_color` @@ -44,6 +45,7 @@ fog_color = { ``` Possible values: + - `day`: Fog color at midday ### `id` diff --git a/screenshot6.png b/screenshot6.png new file mode 100644 index 00000000..3f50e061 Binary files /dev/null and b/screenshot6.png differ