buildIntRegistryEntryAttachment

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

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