Example: air generation 1 - DerFrZocker/Custom-Ore-Generator GitHub Wiki

Air Generation 1 by Lothari

Images:

How to use this example:

  1. Make sure you have the CustomOreGenerator plugin installed and running on your server.
  2. Go to the plugins/CustomOreGenerator/data/ore-config/ directory.
  3. Create a new YAML file (e.g., air-generation.yml) or edit an existing one.
  4. Copy and paste the code below into the file.
  5. Save the file and reload the plugin with the command /oregen reload.
  6. The air cavities will now be generated in new chunks.

Code:

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