Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • MythicCrucible MythicCrucible
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 68
    • Issues 68
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicCrucibleMythicCrucible
  • Wiki
  • World Generation

World Generation · Changes

Page history
Update World Generation authored Jan 08, 2025 by Ashijin's avatar Ashijin
Hide whitespace changes
Inline Side-by-side
World-Generation.md
View page @ 7482e83b
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.
## 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
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: []
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: []
```
\ No newline at end of file
Clone repository
Home
Changelogs
Commands / Permissions
API
FAQ / Common Issues
Guides

Usage
  • Installation
  • Items
    • Item Options
    • Item Skills
    • Item Durability
  • Augments
  • Item Sets
  • Crafting Recipes
    • Workbenches
  • Item Updater
  • Ammo System / Guns
  • Dynamic Lore Generation
  • World Generation
  • Loot Generation

ResourcePack Generator

Item Types
  • Blocks
  • Furniture
    • Paint Brush
  • Bags
  • Hats
  • Augments

Mechanics
  • Mechanics
  • Targeters
  • Triggers
  • Conditions

Placeholders
  • Placeholders