buildBooleanRegistryEntryAttachment

fun <R> buildBooleanRegistryEntryAttachment(    registry: Registry<R>,     id: Identifier,     block: RegistryEntryAttachment.Builder<R, Boolean>.() -> Unit = {}): RegistryEntryAttachment<R, Boolean>

Create a new boolean RegistryEntryAttachment for the given registry with the given information.