[docs] Small fixes. [screenshots] screenshot6 (nether) added.

master
Quentin Bazin 2020-03-12 15:17:21 +01:00
parent b3e0d9cd67
commit 8cda023540
5 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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`

BIN
screenshot6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB