|
The WorldGen feature allows you to configure how certain blocks (both vanilla ones and crucible ones) will be generated in the world.
|
|
The WorldGen feature allows you to configure certain blocks (both vanilla ones and crucible ones), furniture, or other things to be generated in the world.
|
|
|
|
|
|
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 like so:
|
|
Blocks to be generated can be added as entries like so in a `CustomBlocks` section:
|
|
```yaml
|
|
```yaml
|
|
SpecialBlock:
|
|
CustomBlocks:
|
|
|
|
SpecialBlock:
|
|
Block: TestBlock
|
|
Block: TestBlock
|
|
Worlds:
|
|
Worlds:
|
|
- world
|
|
- world
|
... | | ... | |