buildFloatRegistryEntryAttachment

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

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