Skip to content

Dimension Restriction

Li-aung Yip edited this page Mar 31, 2018 · 6 revisions

You can restrict generation to a specific dimension by specifying its dimension generator class. You do this using the IfCondition tag.

<IfCondition condition=':=dimension.generator.class="ChunkProviderGenerate"'>
    <!-- insert the vein you wish to generate here -->
</IfCondition>

The various chuck provider types are as follows:

  • ChunkProviderGenerate - Overworld chunk generation
  • ChunkProviderGenerateBOP - Biomes O' Plenty's overworld chunk generation
  • ChunkProviderHell - Nether chunk generation
  • ChunkProviderEnd - End chunk generation
  • ChunkProviderFlat - Currently ignored
  • ATGChunkProvider - Alternate Terrain Generation mod chunk generator
  • ChunkProviderRTG - Realistic Terrain Generation mod chunk generator
  • ChunkProviderMyst - Mystcraft's chunk generator
  • GenericChunkProvider - RFTool's chunk generator
  • ChunkProviderEndOfTime - For ExtraUtilities' chunk generator for the End of Time dimension
  • ChunkProviderDeepDark - For ExtraUtilities' chunk generator for the Deep Dark dimension (Extra Utilities prior to 1.8.9 might be ChunkProviderUnderdark)
  • ChunkProviderAether - For Aether II's chunk generator
  • ChunkProviderDungeons - For Aether II's dungeons
  • ChunkProviderTwilightForest - Twilight Forest's chunk generator for the Twilight Forest dimension
  • ChunkProviderOuter - Thaumcraft's chunk generator for the Outlands/Eldritch dimension
  • ChunkProviderBedrock - Thaumic Tinkerer's bedrock dimension
  • ChunkProviderSpace - GalactiCraft's space dimension
  • ChunkProviderMoon - GalactiCraft
  • ChunkProviderOrbit - GalactiCraft
  • ChunkProviderMars - GalactiCraft
  • ChunkProviderAsteroids - GalactiCraft
  • ChunkProviderMining - Aroma1997's mining dimension
  • LostCityChunkGenerator - The Lost Cities

Source: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1291128-custom-ore-generation-first-revival?page=100#c1990

Clone this wiki locally