Class AllWorldFeatures

java.lang.Object
com.simibubi.create.foundation.worldgen.AllWorldFeatures

public class AllWorldFeatures extends Object
  • Field Details

    • ENTRIES

      public static final Map<net.minecraft.resources.ResourceLocation,ConfigDrivenFeatureEntry> ENTRIES
    • ZINC_ORE

      public static final ConfigDrivenFeatureEntry ZINC_ORE
    • STRIATED_ORES_OVERWORLD

      public static final ConfigDrivenFeatureEntry STRIATED_ORES_OVERWORLD
    • STRIATED_ORES_NETHER

      public static final ConfigDrivenFeatureEntry STRIATED_ORES_NETHER
    • forcedUpdateVersion

      public static final int forcedUpdateVersion
      Increment this number if all worldgen entries should be overwritten in this update. Worlds from the previous version will overwrite potentially changed values with the new defaults.
      See Also:
  • Constructor Details

    • AllWorldFeatures

      public AllWorldFeatures()
  • Method Details

    • registerFeatures

      public static void registerFeatures()
    • reload

      public static void reload(net.minecraftforge.event.world.BiomeLoadingEvent event)
    • fillConfig

      public static void fillConfig(net.minecraftforge.common.ForgeConfigSpec.Builder builder)
    • register

      public static void register()
    • registerOreFeatures

      public static void registerOreFeatures(net.minecraftforge.event.RegistryEvent.Register<net.minecraft.world.level.levelgen.feature.Feature<?>> event)
    • registerPlacementTypes

      public static void registerPlacementTypes()