... | ... | @@ -3,27 +3,26 @@ The WorldGen feature allows you to configure how certain blocks (both vanilla on |
|
|
This feature can be configured by placing the configs inside `worldgen.yml` in either the MythicMobs plugin folder or any Mythic pack folder.
|
|
|
|
|
|
## worldgen.yml
|
|
|
Blocks to be generated can be added as "entries" under the `CustomBlocks` key like so
|
|
|
Blocks to be generated can be added as entries like so:
|
|
|
```yaml
|
|
|
CustomBlocks:
|
|
|
SpecialBlock:
|
|
|
Block: TestBlock
|
|
|
Worlds:
|
|
|
- world
|
|
|
Environment: NORMAL
|
|
|
Chance: 0.2
|
|
|
Depth:
|
|
|
Min: -50
|
|
|
Max: 20
|
|
|
Vein:
|
|
|
Count: 1
|
|
|
Size: 5
|
|
|
Replace:
|
|
|
- STONE
|
|
|
- DEEPSLATE
|
|
|
Bordering:
|
|
|
- AIR
|
|
|
NotBordering:
|
|
|
- AIR
|
|
|
Conditions: []
|
|
|
SpecialBlock:
|
|
|
Block: TestBlock
|
|
|
Worlds:
|
|
|
- world
|
|
|
Environment: NORMAL
|
|
|
Chance: 0.2
|
|
|
Depth:
|
|
|
Min: -50
|
|
|
Max: 20
|
|
|
Vein:
|
|
|
Count: 1
|
|
|
Size: 5
|
|
|
Replace:
|
|
|
- STONE
|
|
|
- DEEPSLATE
|
|
|
Bordering:
|
|
|
- AIR
|
|
|
NotBordering:
|
|
|
- AIR
|
|
|
Conditions: []
|
|
|
``` |
|
|
\ No newline at end of file |