Skip to content

Instantly share code, notes, and snippets.

@bconlon1
Created June 19, 2022 23:14
Show Gist options
  • Save bconlon1/c330dd5f2cd98d49eea89255b9992bb4 to your computer and use it in GitHub Desktop.
Save bconlon1/c330dd5f2cd98d49eea89255b9992bb4 to your computer and use it in GitHub Desktop.
public class AetherNoiseGeneratorSettings {
public static final DeferredRegister<NoiseGeneratorSettings> NOISE_GENERATOR_SETTINGS = DeferredRegister.create(Registry.NOISE_GENERATOR_SETTINGS_REGISTRY, Aether.MODID);
public static final RegistryObject<NoiseGeneratorSettings> SKYLANDS = NOISE_GENERATOR_SETTINGS.register("skylands", AetherNoiseBuilders::skylandsNoiseSettings);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment