... | @@ -3,10 +3,9 @@ The WorldGen feature allows you to configure how certain blocks (both vanilla on |
... | @@ -3,10 +3,9 @@ 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.
|
|
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
|
|
## 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
|
|
```yaml
|
|
CustomBlocks:
|
|
SpecialBlock:
|
|
SpecialBlock:
|
|
|
|
Block: TestBlock
|
|
Block: TestBlock
|
|
Worlds:
|
|
Worlds:
|
|
- world
|
|
- world
|
... | | ... | |