buildStringRegistryEntryAttachment

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

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