public final class TutorialEnchantments { public static final RegistryKey FROST = of("frost"); private static RegistryKey of(String name) { return RegistryKey.of(RegistryKeys.ENCHANTMENT, Identifier.of("tutorial", name)); } public static void initialize() { } }