register

fun <V> Registry<in V>.register(    id: Identifier,     value: V,     block: RegistryExtensions.BuiltinAttachmentBuilder<in V>.() -> Unit)

Register a value with the given id in this registry.

Author

sschr15