Class TerraBlenderCompat

java.lang.Object
de.teamlapen.werewolves.modcompat.terrablender.TerraBlenderCompat

public class TerraBlenderCompat extends Object
Copied and modified from TerraBlenderCompat

When TerraBlender is installed we use it to add our biomes to the overworld, instead of hacking it into the overworld preset. This is more compatible with other mods.

#registerBiomeProviderIfPresentUnsafe() is called during common setup. The hack code in VampirismWorldGen is called during LoadComplete and can therefore check #arreBiomesAddedViaTerraBlender

  • Constructor Details

    • TerraBlenderCompat

      public TerraBlenderCompat()
  • Method Details

    • registerBiomeProviderIfPresentUnsafe

      public static void registerBiomeProviderIfPresentUnsafe()
    • areBiomesAddedViaTerraBlender

      public static boolean areBiomesAddedViaTerraBlender()