buildDoubleRegistryEntryAttachment

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

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