-
-
Notifications
You must be signed in to change notification settings - Fork 8
Example: air generation 1
Hydr4 edited this page Jul 24, 2025
·
4 revisions
This Example generates large air cavities, which make a nice looking cave biome.
- Make sure you have the CustomOreGenerator plugin installed and running on your server.
- Go to the
plugins/CustomOreGenerator/data/ore-config/directory. - Create a new YAML file (e.g.,
air-generation.yml) or edit an existing one. - Copy and paste the code below into the file.
- Save the file and reload the plugin with the command
/oregen reload. - The air cavities will now be generated in new chunks.
value:
==: CustomOreGenerator#OreConfig
name: air-generation-1
material: AIR
ore-generator: VANILLA_MINABLE_GENERATOR
block-selector: COUNT_RANGE
activated: true
generated-all: true
replace-materials:
- DIRT
- STONE
- MOSSY_COBBLESTONE
- GOLD_ORE
- ANDESITE
- GRAVEL
- COBBLESTONE
- DIAMOND_ORE
- LAVA
- LAPIS_ORE
- GRANITE
- EMERALD_ORE
- WATER
- IRON_ORE
- COAL_ORE
- DIORITE
- REDSTONE_ORE
- OAK_FENCE
- OAK_PLANKS
- ORANGE_GLAZED_TERRACOTTA
ore-settings:
VEINS_PER_CHUNK: 1
MINIMUM_HEIGHT: 26
HEIGHT_RANGE: 20
VEIN_SIZE: 150