[docs] Small fixes. [screenshots] screenshot6 (nether) added.
This commit is contained in:
parent
b3e0d9cd67
commit
8cda023540
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
BIN
screenshot6.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 MiB |
Loading…
x
Reference in New Issue
Block a user