Skip to content

Example: air generation 1

Zoraman26 edited this page Jun 15, 2022 · 3 revisions

Air Generation 1 by Lothari


This Example generates large air cavities, which make a nice looking cave biome.

Images:

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
Clone this wiki locally