setCustomModelDataStrings

fun ItemStack.setCustomModelDataStrings(offset: Int, patch: List<String>)

Overrides the range from [offset, offset + patch.size) in the CustomModelData.strings list with the values from patch. Fills all intermediary indices with DEFAULT_STRING if necessary.